Html Css Color HEX #CEE80F Electric Lime

📋 copy color: '#CEE80F'

red 206 ◦ green 232 ◦ blue 15

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

Shades of Electric Lime #CEE80F

Tints of Electric Lime #CEE80F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.21%

 BLUE value IS 15 (6.25% from 255) = 3.31%

R = 45.47%
G = 51.21%
B = 3.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#CEE80F (or 0xCEE80F) is known color: Electric Lime. HEX triplet: CE, E8 and 0F. RGB value is (206,232,15). Sum of RGB (Red+Green+Blue) = 206+232+15=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 232 (91.02% from 255 or 51.21% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE80F is #3117F0. Grayscale: #C8C8C8. Windows color (decimal): -3217393 or 1042638. OLE color: 1042638.

HSL color Cylindrical-coordinate representation of color #CEE80F: hue angle of 67.19º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEE80F is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 232 15 -
CMYK 0.11 0 0.94 0.09
HSL 67.19º 0.88% 0.48% -
HSV(B) 67.19º 0.94% 0.91% -
XYZ 54.4 70.87 11.26 -
YUV 199.49 23.89 132.64 -
System Red Green Blue C M Y K H S L
Decimal 206 232 15 0.11 0 0.94 0.09 67.19 0.88 0.48
Hex CE E8 F B 0 5E 9 43 58 30
Octal 316 350 17 13 0 136 11 103 130 60
Binary 11001110 11101000 1111 1011 0 1011110 1001 1000011 1011000 110000

Color Harmonies of #CEE80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE80F

Black with #CEE80F

Text Example


Text Example

White with #CEE80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE80F; }

 p { color: rgb(206,232,15); }

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

background-color css

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

 a { background-color: rgb(206,232,15); }

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

border-color css

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

 span { border-color: rgb(206,232,15); }

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