Html Css Color HEX #CEE504 Electric Lime

📋 copy color: '#CEE504'

red 206 ◦ green 229 ◦ blue 4

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

Shades of Electric Lime #CEE504

Tints of Electric Lime #CEE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.16%

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

R = 46.92%
G = 52.16%
B = 0.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#CEE504 (or 0xCEE504) is known color: Electric Lime. HEX triplet: CE, E5 and 04. RGB value is (206,229,4). Sum of RGB (Red+Green+Blue) = 206+229+4=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE504 is #311AFB. Grayscale: #C5C5C5. Windows color (decimal): -3218172 or 320974. OLE color: 320974.

HSL color Cylindrical-coordinate representation of color #CEE504: hue angle of 66.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEE504 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 4 -
CMYK 0.10 0 0.98 0.10
HSL 66.13º 0.97% 0.46% -
HSV(B) 66.13º 0.98% 0.9% -
XYZ 53.49 69.17 10.65 -
YUV 196.47 19.38 134.8 -
System Red Green Blue C M Y K H S L
Decimal 206 229 4 0.10 0 0.98 0.10 66.13 0.97 0.46
Hex CE E5 4 A 0 62 A 42 61 2E
Octal 316 345 4 12 0 142 12 102 141 56
Binary 11001110 11100101 100 1010 0 1100010 1010 1000010 1100001 101110

Color Harmonies of #CEE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE504

Black with #CEE504

Text Example


Text Example

White with #CEE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE504; }

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

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

background-color css

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

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

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

border-color css

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

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

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