Html Css Color HEX #CCE002 Electric Lime

📋 copy color: '#CCE002'

red 204 ◦ green 224 ◦ blue 2

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

Shades of Electric Lime #CCE002

Tints of Electric Lime #CCE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.09%

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

R = 47.44%
G = 52.09%
B = 0.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#CCE002 (or 0xCCE002) is known color: Electric Lime. HEX triplet: CC, E0 and 02. RGB value is (204,224,2). Sum of RGB (Red+Green+Blue) = 204+224+2=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE002 is #331FFD. Grayscale: #C1C1C1. Windows color (decimal): -3350526 or 188620. OLE color: 188620.

HSL color Cylindrical-coordinate representation of color #CCE002: hue angle of 65.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCE002 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 2 -
CMYK 0.09 0 0.99 0.12
HSL 65.41º 0.98% 0.44% -
HSV(B) 65.41º 0.99% 0.88% -
XYZ 51.57 66.15 10.11 -
YUV 192.71 20.37 136.05 -
System Red Green Blue C M Y K H S L
Decimal 204 224 2 0.09 0 0.99 0.12 65.41 0.98 0.44
Hex CC E0 2 9 0 63 C 41 62 2C
Octal 314 340 2 11 0 143 14 101 142 54
Binary 11001100 11100000 10 1001 0 1100011 1100 1000001 1100010 101100

Color Harmonies of #CCE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE002

Black with #CCE002

Text Example


Text Example

White with #CCE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE002; }

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

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

background-color css

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

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

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

border-color css

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

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

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