#75BE24

Color #75BE24 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #75BE24

Tints of Lima #75BE24

Color information

#75BE24 (or 0x75BE24) is unknown color: approx Lima. HEX triplet: 75, BE and 24. RGB value is (117,190,36). Sum of RGB (Red+Green+Blue) = 117+190+36=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE24 is #8A41DB. Grayscale: #979797. Windows color (decimal): -9060828 or 2408053. OLE color: 2408053.

HSL color Cylindrical-coordinate representation of color #75BE24: hue angle of 88.44º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75BE24 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB11719036-
CMYK0.3800.810.25
HSL88.44º68.14%44.31%-
HSV(B)88.44º81.05%74.51%-
XYZ26.0740.748.16-
YUV150.6263.32104.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 190 (74.61% from 255) = 55.39%
BLUE value IS 36 (14.45% from 255) = 10.50%
R=34.11%
G=55.39%
B=10.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117190360.3800.810.2588.4468.1444.31
Hex75BE24260511958442c
Octal165276444601213113010454
Binary111010110111110100100100110010100011100110110001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BE24; }

 p { color: rgb(117,190,36); }

 H1.HeaderClassName
 {
   color: #75BE24;
 }
 .AnyTagClassName
 {
   color: #75BE24;
 }
</style>
background-color css

<style>
 a { background-color: #75BE24; }

 a { background-color: rgb(117,190,36); }

 div.DivClassName
 {
   background-color: #75BE24;
 }
 .BgClassName
 {
   background-color: #75BE24;
 }
</style>
border-color css

<style>
 span { border-color: #75BE24; }

 span { border-color: rgb(117,190,36); }

 td.TdClassName
 {
   border-color: #75BE24;
 }
 .TagClassName
 {
   border-color: #75BE24;
 }
</style>