Html Css Color HEX #CCF819 Electric Lime

📋 copy color: '#CCF819'

red 204 ◦ green 248 ◦ blue 25

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

Shades of Electric Lime #CCF819

Tints of Electric Lime #CCF819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.24%

R = 42.77%
G = 51.99%
B = 5.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#CCF819 (or 0xCCF819) is known color: Electric Lime. HEX triplet: CC, F8 and 19. RGB value is (204,248,25). Sum of RGB (Red+Green+Blue) = 204+248+25=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF819 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF819 is #3307E6. Grayscale: #D2D2D2. Windows color (decimal): -3344359 or 1702092. OLE color: 1702092.

HSL color Cylindrical-coordinate representation of color #CCF819: hue angle of 71.84º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF819 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 25 -
CMYK 0.18 0 0.90 0.03
HSL 71.84º 0.94% 0.54% -
HSV(B) 71.84º 0.9% 0.97% -
XYZ 58.64 80.04 13.28 -
YUV 209.42 23.92 124.13 -
System Red Green Blue C M Y K H S L
Decimal 204 248 25 0.18 0 0.90 0.03 71.84 0.94 0.54
Hex CC F8 19 12 0 5A 3 48 5E 36
Octal 314 370 31 22 0 132 3 110 136 66
Binary 11001100 11111000 11001 10010 0 1011010 11 1001000 1011110 110110

Color Harmonies of #CCF819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF819

Black with #CCF819

Text Example


Text Example

White with #CCF819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF819; }

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

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

background-color css

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

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

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

border-color css

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

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

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