Html Css Color HEX #CCE602 Electric Lime

📋 copy color: '#CCE602'

red 204 ◦ green 230 ◦ blue 2

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

Shades of Electric Lime #CCE602

Tints of Electric Lime #CCE602

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.75%

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

R = 46.79%
G = 52.75%
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

#CCE602 (or 0xCCE602) is known color: Electric Lime. HEX triplet: CC, E6 and 02. RGB value is (204,230,2). Sum of RGB (Red+Green+Blue) = 204+230+2=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 230 (90.23% from 255 or 52.75% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE602 is #3319FD. Grayscale: #C5C5C5. Windows color (decimal): -3348990 or 190156. OLE color: 190156.

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

Color convert

RGB 204 230 2 -
CMYK 0.11 0 0.99 0.10
HSL 66.84º 0.98% 0.45% -
HSV(B) 66.84º 0.99% 0.9% -
XYZ 53.21 69.44 10.66 -
YUV 196.23 18.39 133.54 -
System Red Green Blue C M Y K H S L
Decimal 204 230 2 0.11 0 0.99 0.10 66.84 0.98 0.45
Hex CC E6 2 B 0 63 A 43 62 2D
Octal 314 346 2 13 0 143 12 103 142 55
Binary 11001100 11100110 10 1011 0 1100011 1010 1000011 1100010 101101

Color Harmonies of #CCE602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE602

Black with #CCE602

Text Example


Text Example

White with #CCE602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE602; }

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

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

background-color css

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

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

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

border-color css

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

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

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