Html Css Color HEX #CCFB02 Electric Lime

📋 copy color: '#CCFB02'

red 204 ◦ green 251 ◦ blue 2

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

Shades of Electric Lime #CCFB02

Tints of Electric Lime #CCFB02

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.92%

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

R = 44.64%
G = 54.92%
B = 0.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#CCFB02 (or 0xCCFB02) is known color: Electric Lime. HEX triplet: CC, FB and 02. RGB value is (204,251,2). Sum of RGB (Red+Green+Blue) = 204+251+2=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFB02 is #3304FD. Grayscale: #D1D1D1. Windows color (decimal): -3343614 or 195532. OLE color: 195532.

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

Color convert

RGB 204 251 2 -
CMYK 0.19 0 0.99 0.02
HSL 71.33º 0.98% 0.5% -
HSV(B) 71.33º 0.99% 0.98% -
XYZ 59.41 81.84 12.72 -
YUV 208.56 11.43 124.75 -
System Red Green Blue C M Y K H S L
Decimal 204 251 2 0.19 0 0.99 0.02 71.33 0.98 0.5
Hex CC FB 2 13 0 63 2 47 62 32
Octal 314 373 2 23 0 143 2 107 142 62
Binary 11001100 11111011 10 10011 0 1100011 10 1000111 1100010 110010

Color Harmonies of #CCFB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFB02

Black with #CCFB02

Text Example


Text Example

White with #CCFB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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