Html Css Color HEX #CCE502 Electric Lime

📋 copy color: '#CCE502'

red 204 ◦ green 229 ◦ blue 2

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

Shades of Electric Lime #CCE502

Tints of Electric Lime #CCE502

RGB

 RED value IS 204 (80.08% from 255) = 46.9%

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

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

R = 46.9%
G = 52.64%
B = 0.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#CCE502 (or 0xCCE502) is known color: Electric Lime. HEX triplet: CC, E5 and 02. RGB value is (204,229,2). Sum of RGB (Red+Green+Blue) = 204+229+2=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE502 is #331AFD. Grayscale: #C4C4C4. Windows color (decimal): -3349246 or 189900. OLE color: 189900.

HSL color Cylindrical-coordinate representation of color #CCE502: hue angle of 66.61º 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 #CCE502 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 2 -
CMYK 0.11 0 0.99 0.10
HSL 66.61º 0.98% 0.45% -
HSV(B) 66.61º 0.99% 0.9% -
XYZ 52.93 68.88 10.56 -
YUV 195.65 18.72 133.96 -
System Red Green Blue C M Y K H S L
Decimal 204 229 2 0.11 0 0.99 0.10 66.61 0.98 0.45
Hex CC E5 2 B 0 63 A 43 62 2D
Octal 314 345 2 13 0 143 12 103 142 55
Binary 11001100 11100101 10 1011 0 1100011 1010 1000011 1100010 101101

Color Harmonies of #CCE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE502

Black with #CCE502

Text Example


Text Example

White with #CCE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE502; }

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

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

background-color css

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

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

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

border-color css

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

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

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