Html Css Color HEX #CCF602 Electric Lime

📋 copy color: '#CCF602'

red 204 ◦ green 246 ◦ blue 2

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

Shades of Electric Lime #CCF602

Tints of Electric Lime #CCF602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.42%

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

R = 45.13%
G = 54.42%
B = 0.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#CCF602 (or 0xCCF602) is known color: Electric Lime. HEX triplet: CC, F6 and 02. RGB value is (204,246,2). Sum of RGB (Red+Green+Blue) = 204+246+2=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 246 (96.48% from 255 or 54.42% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF602 is #3309FD. Grayscale: #CECECE. Windows color (decimal): -3344894 or 194252. OLE color: 194252.

HSL color Cylindrical-coordinate representation of color #CCF602: hue angle of 70.33º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCF602 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 2 -
CMYK 0.17 0 0.99 0.04
HSL 70.33º 0.98% 0.49% -
HSV(B) 70.33º 0.99% 0.96% -
XYZ 57.87 78.75 12.21 -
YUV 205.63 13.09 126.84 -
System Red Green Blue C M Y K H S L
Decimal 204 246 2 0.17 0 0.99 0.04 70.33 0.98 0.49
Hex CC F6 2 11 0 63 4 46 62 31
Octal 314 366 2 21 0 143 4 106 142 61
Binary 11001100 11110110 10 10001 0 1100011 100 1000110 1100010 110001

Color Harmonies of #CCF602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF602

Black with #CCF602

Text Example


Text Example

White with #CCF602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF602; }

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

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

background-color css

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

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

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

border-color css

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

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

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