Html Css Color HEX #CCFB01 Electric Lime

📋 copy color: '#CCFB01'

red 204 ◦ green 251 ◦ blue 1

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

Shades of Electric Lime #CCFB01

Tints of Electric Lime #CCFB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 44.74%
G = 55.04%
B = 0.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#CCFB01 (or 0xCCFB01) is known color: Electric Lime. HEX triplet: CC, FB and 01. RGB value is (204,251,1). Sum of RGB (Red+Green+Blue) = 204+251+1=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFB01 is #3304FE. Grayscale: #D1D1D1. Windows color (decimal): -3343615 or 129996. OLE color: 129996.

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

Color convert

RGB 204 251 1 -
CMYK 0.19 0 1.00 0.02
HSL 71.28º 0.99% 0.49% -
HSV(B) 71.28º 1% 0.98% -
XYZ 59.4 81.83 12.69 -
YUV 208.45 10.93 124.83 -
System Red Green Blue C M Y K H S L
Decimal 204 251 1 0.19 0 1.00 0.02 71.28 0.99 0.49
Hex CC FB 1 13 0 64 2 47 63 31
Octal 314 373 1 23 0 144 2 107 143 61
Binary 11001100 11111011 1 10011 0 1100100 10 1000111 1100011 110001

Color Harmonies of #CCFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFB01

Black with #CCFB01

Text Example


Text Example

White with #CCFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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