Html Css Color HEX #CCFD02 Electric Lime

📋 copy color: '#CCFD02'

red 204 ◦ green 253 ◦ blue 2

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

Shades of Electric Lime #CCFD02

Tints of Electric Lime #CCFD02

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55.12%

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

R = 44.44%
G = 55.12%
B = 0.44%

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

#CCFD02 (or 0xCCFD02) is known color: Electric Lime. HEX triplet: CC, FD and 02. RGB value is (204,253,2). Sum of RGB (Red+Green+Blue) = 204+253+2=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD02 is #3302FD. Grayscale: #D2D2D2. Windows color (decimal): -3343102 or 196044. OLE color: 196044.

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

Color convert

RGB 204 253 2 -
CMYK 0.19 0 0.99 0.01
HSL 71.71º 0.98% 0.5% -
HSV(B) 71.71º 0.99% 0.99% -
XYZ 60.04 83.09 12.93 -
YUV 209.74 10.77 123.91 -
System Red Green Blue C M Y K H S L
Decimal 204 253 2 0.19 0 0.99 0.01 71.71 0.98 0.5
Hex CC FD 2 13 0 63 1 48 62 32
Octal 314 375 2 23 0 143 1 110 142 62
Binary 11001100 11111101 10 10011 0 1100011 1 1001000 1100010 110010

Color Harmonies of #CCFD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD02

Black with #CCFD02

Text Example


Text Example

White with #CCFD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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