Html Css Color HEX #CEEA10 Electric Lime

📋 copy color: '#CEEA10'

red 206 ◦ green 234 ◦ blue 16

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

Shades of Electric Lime #CEEA10

Tints of Electric Lime #CEEA10

RGB

 RED value IS 206 (80.86% from 255) = 45.18%

 GREEN value IS 234 (91.8% from 255) = 51.32%

 BLUE value IS 16 (6.64% from 255) = 3.51%

R = 45.18%
G = 51.32%
B = 3.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#CEEA10 (or 0xCEEA10) is known color: Electric Lime. HEX triplet: CE, EA and 10. RGB value is (206,234,16). Sum of RGB (Red+Green+Blue) = 206+234+16=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEA10 is #3115EF. Grayscale: #C9C9C9. Windows color (decimal): -3216880 or 1108686. OLE color: 1108686.

HSL color Cylindrical-coordinate representation of color #CEEA10: hue angle of 67.71º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEEA10 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 16 -
CMYK 0.12 0 0.93 0.08
HSL 67.71º 0.87% 0.49% -
HSV(B) 67.71º 0.93% 0.92% -
XYZ 54.97 72 11.49 -
YUV 200.78 23.72 131.73 -
System Red Green Blue C M Y K H S L
Decimal 206 234 16 0.12 0 0.93 0.08 67.71 0.87 0.49
Hex CE EA 10 C 0 5D 8 44 57 31
Octal 316 352 20 14 0 135 10 104 127 61
Binary 11001110 11101010 10000 1100 0 1011101 1000 1000100 1010111 110001

Color Harmonies of #CEEA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEA10

Black with #CEEA10

Text Example


Text Example

White with #CEEA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEA10; }

 p { color: rgb(206,234,16); }

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

background-color css

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

 a { background-color: rgb(206,234,16); }

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

border-color css

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

 span { border-color: rgb(206,234,16); }

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