Html Css Color HEX #CEED04 Electric Lime

📋 copy color: '#CEED04'

red 206 ◦ green 237 ◦ blue 4

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

Shades of Electric Lime #CEED04

Tints of Electric Lime #CEED04

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.02%

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

R = 46.09%
G = 53.02%
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

#CEED04 (or 0xCEED04) is known color: Electric Lime. HEX triplet: CE, ED and 04. RGB value is (206,237,4). Sum of RGB (Red+Green+Blue) = 206+237+4=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED04 is #3112FB. Grayscale: #CACACA. Windows color (decimal): -3216124 or 323022. OLE color: 323022.

HSL color Cylindrical-coordinate representation of color #CEED04: hue angle of 67.98º 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 #CEED04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 4 -
CMYK 0.13 0 0.98 0.07
HSL 67.98º 0.97% 0.47% -
HSV(B) 67.98º 0.98% 0.93% -
XYZ 55.76 73.7 11.4 -
YUV 201.17 16.73 131.45 -
System Red Green Blue C M Y K H S L
Decimal 206 237 4 0.13 0 0.98 0.07 67.98 0.97 0.47
Hex CE ED 4 D 0 62 7 44 61 2F
Octal 316 355 4 15 0 142 7 104 141 57
Binary 11001110 11101101 100 1101 0 1100010 111 1000100 1100001 101111

Color Harmonies of #CEED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED04

Black with #CEED04

Text Example


Text Example

White with #CEED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED04; }

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

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

background-color css

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

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

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

border-color css

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

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

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