Html Css Color HEX #CCE102 Electric Lime

📋 copy color: '#CCE102'

red 204 ◦ green 225 ◦ blue 2

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

Shades of Electric Lime #CCE102

Tints of Electric Lime #CCE102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.2%

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

R = 47.33%
G = 52.2%
B = 0.46%

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

#CCE102 (or 0xCCE102) is known color: Electric Lime. HEX triplet: CC, E1 and 02. RGB value is (204,225,2). Sum of RGB (Red+Green+Blue) = 204+225+2=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE102 is #331EFD. Grayscale: #C2C2C2. Windows color (decimal): -3350270 or 188876. OLE color: 188876.

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

Color convert

RGB 204 225 2 -
CMYK 0.09 0 0.99 0.12
HSL 65.65º 0.98% 0.45% -
HSV(B) 65.65º 0.99% 0.88% -
XYZ 51.84 66.69 10.2 -
YUV 193.3 20.04 135.63 -
System Red Green Blue C M Y K H S L
Decimal 204 225 2 0.09 0 0.99 0.12 65.65 0.98 0.45
Hex CC E1 2 9 0 63 C 42 62 2D
Octal 314 341 2 11 0 143 14 102 142 55
Binary 11001100 11100001 10 1001 0 1100011 1100 1000010 1100010 101101

Color Harmonies of #CCE102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE102

Black with #CCE102

Text Example


Text Example

White with #CCE102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE102; }

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

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

background-color css

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

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

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

border-color css

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

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

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