Html Css Color HEX #CCFC03 Electric Lime

📋 copy color: '#CCFC03'

red 204 ◦ green 252 ◦ blue 3

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

Shades of Electric Lime #CCFC03

Tints of Electric Lime #CCFC03

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.9%

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 44.44%
G = 54.9%
B = 0.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#CCFC03 (or 0xCCFC03) is known color: Electric Lime. HEX triplet: CC, FC and 03. RGB value is (204,252,3). Sum of RGB (Red+Green+Blue) = 204+252+3=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC03 is #3303FC. Grayscale: #D2D2D2. Windows color (decimal): -3343357 or 261324. OLE color: 261324.

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

Color convert

RGB 204 252 3 -
CMYK 0.19 0 0.99 0.01
HSL 71.57º 0.98% 0.5% -
HSV(B) 71.57º 0.99% 0.99% -
XYZ 59.73 82.46 12.86 -
YUV 209.26 11.6 124.25 -
System Red Green Blue C M Y K H S L
Decimal 204 252 3 0.19 0 0.99 0.01 71.57 0.98 0.5
Hex CC FC 3 13 0 63 1 48 62 32
Octal 314 374 3 23 0 143 1 110 142 62
Binary 11001100 11111100 11 10011 0 1100011 1 1001000 1100010 110010

Color Harmonies of #CCFC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC03

Black with #CCFC03

Text Example


Text Example

White with #CCFC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC03; }

 p { color: rgb(204,252,3); }

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

background-color css

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

 a { background-color: rgb(204,252,3); }

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

border-color css

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

 span { border-color: rgb(204,252,3); }

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