Html Css Color HEX #CCFD03 Electric Lime

📋 copy color: '#CCFD03'

red 204 ◦ green 253 ◦ blue 3

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

Shades of Electric Lime #CCFD03

Tints of Electric Lime #CCFD03

RGB

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

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

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

R = 44.35%
G = 55%
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

#CCFD03 (or 0xCCFD03) is known color: Electric Lime. HEX triplet: CC, FD and 03. RGB value is (204,253,3). Sum of RGB (Red+Green+Blue) = 204+253+3=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD03 is #3302FC. Grayscale: #D2D2D2. Windows color (decimal): -3343101 or 261580. OLE color: 261580.

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

Color convert

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

Color Harmonies of #CCFD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD03

Black with #CCFD03

Text Example


Text Example

White with #CCFD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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