Html Css Color HEX #CCFF03 Electric Lime

📋 copy color: '#CCFF03'

red 204 ◦ green 255 ◦ blue 3

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

Shades of Electric Lime #CCFF03

Tints of Electric Lime #CCFF03

RGB

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

 GREEN value IS 255 (100% from 255) = 55.19%

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

R = 44.16%
G = 55.19%
B = 0.65%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#CCFF03 (or 0xCCFF03) is known color: Electric Lime. HEX triplet: CC, FF and 03. RGB value is (204,255,3). Sum of RGB (Red+Green+Blue) = 204+255+3=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 3 (1.56% from 255 or 0.65% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF03 is #3300FC. Grayscale: #D3D3D3. Windows color (decimal): -3342589 or 262092. OLE color: 262092.

HSL color Cylindrical-coordinate representation of color #CCFF03: hue angle of 72.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCFF03 is Cyan = 0.2, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 3 -
CMYK 0.2 0 0.99 0
HSL 72.14º 1% 0.51% -
HSV(B) 72.14º 0.99% 1% -
XYZ 60.68 84.36 13.17 -
YUV 211.02 10.6 122.99 -
System Red Green Blue C M Y K H S L
Decimal 204 255 3 0.2 0 0.99 0 72.14 1 0.51
Hex CC FF 3 14 0 63 0 48 64 33
Octal 314 377 3 24 0 143 0 110 144 63
Binary 11001100 11111111 11 10100 0 1100011 0 1001000 1100100 110011

Color Harmonies of #CCFF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF03

Black with #CCFF03

Text Example


Text Example

White with #CCFF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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