Html Css Color HEX #CEEE0F Electric Lime

📋 copy color: '#CEEE0F'

red 206 ◦ green 238 ◦ blue 15

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

Shades of Electric Lime #CEEE0F

Tints of Electric Lime #CEEE0F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.85%

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

R = 44.88%
G = 51.85%
B = 3.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#CEEE0F (or 0xCEEE0F) is known color: Electric Lime. HEX triplet: CE, EE and 0F. RGB value is (206,238,15). Sum of RGB (Red+Green+Blue) = 206+238+15=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEE0F is #3111F0. Grayscale: #CBCBCB. Windows color (decimal): -3215857 or 1044174. OLE color: 1044174.

HSL color Cylindrical-coordinate representation of color #CEEE0F: hue angle of 68.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEEE0F is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 15 -
CMYK 0.13 0 0.94 0.07
HSL 68.61º 0.88% 0.5% -
HSV(B) 68.61º 0.94% 0.93% -
XYZ 56.11 74.31 11.84 -
YUV 203.01 21.9 130.13 -
System Red Green Blue C M Y K H S L
Decimal 206 238 15 0.13 0 0.94 0.07 68.61 0.88 0.5
Hex CE EE F D 0 5E 7 45 58 32
Octal 316 356 17 15 0 136 7 105 130 62
Binary 11001110 11101110 1111 1101 0 1011110 111 1000101 1011000 110010

Color Harmonies of #CEEE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE0F

Black with #CEEE0F

Text Example


Text Example

White with #CEEE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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