Html Css Color HEX #CEEE04 Electric Lime

📋 copy color: '#CEEE04'

red 206 ◦ green 238 ◦ blue 4

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

Shades of Electric Lime #CEEE04

Tints of Electric Lime #CEEE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 45.98%
G = 53.13%
B = 0.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#CEEE04 (or 0xCEEE04) is known color: Electric Lime. HEX triplet: CE, EE and 04. RGB value is (206,238,4). Sum of RGB (Red+Green+Blue) = 206+238+4=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 238 (93.36% from 255 or 53.12% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEE04 is #3111FB. Grayscale: #CACACA. Windows color (decimal): -3215868 or 323278. OLE color: 323278.

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

Color convert

RGB 206 238 4 -
CMYK 0.13 0 0.98 0.07
HSL 68.21º 0.97% 0.47% -
HSV(B) 68.21º 0.98% 0.93% -
XYZ 56.05 74.28 11.5 -
YUV 201.76 16.4 131.03 -
System Red Green Blue C M Y K H S L
Decimal 206 238 4 0.13 0 0.98 0.07 68.21 0.97 0.47
Hex CE EE 4 D 0 62 7 44 61 2F
Octal 316 356 4 15 0 142 7 104 141 57
Binary 11001110 11101110 100 1101 0 1100010 111 1000100 1100001 101111

Color Harmonies of #CEEE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE04

Black with #CEEE04

Text Example


Text Example

White with #CEEE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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