Html Css Color HEX #75CB11 Lima

📋 copy color: '#75CB11'

red 117 ◦ green 203 ◦ blue 17

#75CB11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #75CB11

Tints of Lima #75CB11

RGB

 RED value IS 117 (46.09% from 255) = 34.72%

 GREEN value IS 203 (79.69% from 255) = 60.24%

 BLUE value IS 17 (7.03% from 255) = 5.04%

R = 34.72%
G = 60.24%
B = 5.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#75CB11 (or 0x75CB11) is known color: Lima. HEX triplet: 75, CB and 11. RGB value is (117,203,17). Sum of RGB (Red+Green+Blue) = 117+203+17=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CB11 is #8A34EE. Grayscale: #9C9C9C. Windows color (decimal): -9057519 or 1166197. OLE color: 1166197.

HSL color Cylindrical-coordinate representation of color #75CB11: hue angle of 87.74º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75CB11 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 17 -
CMYK 0.42 0 0.92 0.20
HSL 87.74º 0.85% 0.43% -
HSV(B) 87.74º 0.92% 0.8% -
XYZ 28.79 46.53 7.99 -
YUV 156.08 49.51 100.12 -
System Red Green Blue C M Y K H S L
Decimal 117 203 17 0.42 0 0.92 0.20 87.74 0.85 0.43
Hex 75 CB 11 2A 0 5C 14 58 55 2B
Octal 165 313 21 52 0 134 24 130 125 53
Binary 1110101 11001011 10001 101010 0 1011100 10100 1011000 1010101 101011

Color Harmonies of #75CB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB11

Black with #75CB11

Text Example


Text Example

White with #75CB11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,203,17); }

 H1.HeaderClassName
 {
   color: #75CB11;
 }
 .AnyTagClassName
 {
   color: #75CB11;
 }
</style>

background-color css

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

 a { background-color: rgb(117,203,17); }

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

border-color css

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

 span { border-color: rgb(117,203,17); }

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