Html Css Color HEX #75CE11 Lima

📋 copy color: '#75CE11'

red 117 ◦ green 206 ◦ blue 17

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

Shades of Lima #75CE11

Tints of Lima #75CE11

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.59%

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

R = 34.41%
G = 60.59%
B = 5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#75CE11 (or 0x75CE11) is known color: Lima. HEX triplet: 75, CE and 11. RGB value is (117,206,17). Sum of RGB (Red+Green+Blue) = 117+206+17=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CE11 is #8A31EE. Grayscale: #9E9E9E. Windows color (decimal): -9056751 or 1166965. OLE color: 1166965.

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

Color convert

RGB 117 206 17 -
CMYK 0.43 0 0.92 0.19
HSL 88.25º 0.85% 0.44% -
HSV(B) 88.25º 0.92% 0.81% -
XYZ 29.51 47.97 8.23 -
YUV 157.84 48.51 98.87 -
System Red Green Blue C M Y K H S L
Decimal 117 206 17 0.43 0 0.92 0.19 88.25 0.85 0.44
Hex 75 CE 11 2B 0 5C 13 58 55 2C
Octal 165 316 21 53 0 134 23 130 125 54
Binary 1110101 11001110 10001 101011 0 1011100 10011 1011000 1010101 101100

Color Harmonies of #75CE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE11

Black with #75CE11

Text Example


Text Example

White with #75CE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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