Html Css Color HEX #CCF803 Electric Lime

📋 copy color: '#CCF803'

red 204 ◦ green 248 ◦ blue 3

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

Shades of Electric Lime #CCF803

Tints of Electric Lime #CCF803

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.51%

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

R = 44.84%
G = 54.51%
B = 0.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#CCF803 (or 0xCCF803) is known color: Electric Lime. HEX triplet: CC, F8 and 03. RGB value is (204,248,3). Sum of RGB (Red+Green+Blue) = 204+248+3=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF803 is #3307FC. Grayscale: #CFCFCF. Windows color (decimal): -3344381 or 260300. OLE color: 260300.

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

Color convert

RGB 204 248 3 -
CMYK 0.18 0 0.99 0.03
HSL 70.78º 0.98% 0.49% -
HSV(B) 70.78º 0.99% 0.97% -
XYZ 58.49 79.98 12.44 -
YUV 206.91 12.92 125.92 -
System Red Green Blue C M Y K H S L
Decimal 204 248 3 0.18 0 0.99 0.03 70.78 0.98 0.49
Hex CC F8 3 12 0 63 3 47 62 31
Octal 314 370 3 22 0 143 3 107 142 61
Binary 11001100 11111000 11 10010 0 1100011 11 1000111 1100010 110001

Color Harmonies of #CCF803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF803

Black with #CCF803

Text Example


Text Example

White with #CCF803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF803; }

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

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

background-color css

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

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

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

border-color css

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

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

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