Html Css Color HEX #CCFB04 Electric Lime

📋 copy color: '#CCFB04'

red 204 ◦ green 251 ◦ blue 4

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

Shades of Electric Lime #CCFB04

Tints of Electric Lime #CCFB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 44.44%
G = 54.68%
B = 0.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CCFB04 (or 0xCCFB04) is known color: Electric Lime. HEX triplet: CC, FB and 04. RGB value is (204,251,4). Sum of RGB (Red+Green+Blue) = 204+251+4=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 251 (98.44% from 255 or 54.68% from 459); Blue value is 4 (1.95% from 255 or 0.87% from 459); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFB04 is #3304FB. Grayscale: #D1D1D1. Windows color (decimal): -3343612 or 326604. OLE color: 326604.

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

Color convert

RGB 204 251 4 -
CMYK 0.19 0 0.98 0.02
HSL 71.42º 0.97% 0.5% -
HSV(B) 71.42º 0.98% 0.98% -
XYZ 59.42 81.84 12.78 -
YUV 208.79 12.43 124.58 -
System Red Green Blue C M Y K H S L
Decimal 204 251 4 0.19 0 0.98 0.02 71.42 0.97 0.5
Hex CC FB 4 13 0 62 2 47 61 32
Octal 314 373 4 23 0 142 2 107 141 62
Binary 11001100 11111011 100 10011 0 1100010 10 1000111 1100001 110010

Color Harmonies of #CCFB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFB04

Black with #CCFB04

Text Example


Text Example

White with #CCFB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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