Html Css Color HEX #CCF503 Electric Lime

📋 copy color: '#CCF503'

red 204 ◦ green 245 ◦ blue 3

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

Shades of Electric Lime #CCF503

Tints of Electric Lime #CCF503

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.2%

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

R = 45.13%
G = 54.2%
B = 0.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#CCF503 (or 0xCCF503) is known color: Electric Lime. HEX triplet: CC, F5 and 03. RGB value is (204,245,3). Sum of RGB (Red+Green+Blue) = 204+245+3=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 245 (96.09% from 255 or 54.20% from 452); Blue value is 3 (1.56% from 255 or 0.66% from 452); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF503 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF503 is #330AFC. Grayscale: #CECECE. Windows color (decimal): -3345149 or 259532. OLE color: 259532.

HSL color Cylindrical-coordinate representation of color #CCF503: hue angle of 70.17º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCF503 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 3 -
CMYK 0.17 0 0.99 0.04
HSL 70.17º 0.98% 0.49% -
HSV(B) 70.17º 0.99% 0.96% -
XYZ 57.57 78.15 12.14 -
YUV 205.15 13.92 127.18 -
System Red Green Blue C M Y K H S L
Decimal 204 245 3 0.17 0 0.99 0.04 70.17 0.98 0.49
Hex CC F5 3 11 0 63 4 46 62 31
Octal 314 365 3 21 0 143 4 106 142 61
Binary 11001100 11110101 11 10001 0 1100011 100 1000110 1100010 110001

Color Harmonies of #CCF503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF503

Black with #CCF503

Text Example


Text Example

White with #CCF503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF503; }

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

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

background-color css

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

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

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

border-color css

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

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

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