Html Css Color HEX #CCFE02 Electric Lime

📋 copy color: '#CCFE02'

red 204 ◦ green 254 ◦ blue 2

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

Shades of Electric Lime #CCFE02

Tints of Electric Lime #CCFE02

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.22%

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

R = 44.35%
G = 55.22%
B = 0.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#CCFE02 (or 0xCCFE02) is known color: Electric Lime. HEX triplet: CC, FE and 02. RGB value is (204,254,2). Sum of RGB (Red+Green+Blue) = 204+254+2=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE02 is #3301FD. Grayscale: #D3D3D3. Windows color (decimal): -3342846 or 196300. OLE color: 196300.

HSL color Cylindrical-coordinate representation of color #CCFE02: hue angle of 71.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCFE02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 254 2 -
CMYK 0.20 0 0.99 0.00
HSL 71.9º 0.99% 0.5% -
HSV(B) 71.9º 0.99% 1% -
XYZ 60.35 83.73 13.04 -
YUV 210.32 10.44 123.49 -
System Red Green Blue C M Y K H S L
Decimal 204 254 2 0.20 0 0.99 0.00 71.9 0.99 0.5
Hex CC FE 2 14 0 63 0 48 63 32
Octal 314 376 2 24 0 143 0 110 143 62
Binary 11001100 11111110 10 10100 0 1100011 0 1001000 1100011 110010

Color Harmonies of #CCFE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE02

Black with #CCFE02

Text Example


Text Example

White with #CCFE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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