Html Css Color HEX #CEE502 Electric Lime

📋 copy color: '#CEE502'

red 206 ◦ green 229 ◦ blue 2

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

Shades of Electric Lime #CEE502

Tints of Electric Lime #CEE502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 47.14%
G = 52.4%
B = 0.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#CEE502 (or 0xCEE502) is known color: Electric Lime. HEX triplet: CE, E5 and 02. RGB value is (206,229,2). Sum of RGB (Red+Green+Blue) = 206+229+2=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE502 is #311AFD. Grayscale: #C5C5C5. Windows color (decimal): -3218174 or 189902. OLE color: 189902.

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

Color convert

RGB 206 229 2 -
CMYK 0.10 0 0.99 0.10
HSL 66.08º 0.98% 0.45% -
HSV(B) 66.08º 0.99% 0.9% -
XYZ 53.48 69.16 10.59 -
YUV 196.25 18.38 134.96 -
System Red Green Blue C M Y K H S L
Decimal 206 229 2 0.10 0 0.99 0.10 66.08 0.98 0.45
Hex CE E5 2 A 0 63 A 42 62 2D
Octal 316 345 2 12 0 143 12 102 142 55
Binary 11001110 11100101 10 1010 0 1100011 1010 1000010 1100010 101101

Color Harmonies of #CEE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE502

Black with #CEE502

Text Example


Text Example

White with #CEE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE502; }

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

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

background-color css

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

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

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

border-color css

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

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

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