Html Css Color HEX #CCF816 Electric Lime

📋 copy color: '#CCF816'

red 204 ◦ green 248 ◦ blue 22

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

Shades of Electric Lime #CCF816

Tints of Electric Lime #CCF816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.64%

R = 43.04%
G = 52.32%
B = 4.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#CCF816 (or 0xCCF816) is known color: Electric Lime. HEX triplet: CC, F8 and 16. RGB value is (204,248,22). Sum of RGB (Red+Green+Blue) = 204+248+22=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF816 is #3307E9. Grayscale: #D1D1D1. Windows color (decimal): -3344362 or 1505484. OLE color: 1505484.

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

Color convert

RGB 204 248 22 -
CMYK 0.18 0 0.91 0.03
HSL 71.68º 0.94% 0.53% -
HSV(B) 71.68º 0.91% 0.97% -
XYZ 58.61 80.03 13.12 -
YUV 209.08 22.42 124.38 -
System Red Green Blue C M Y K H S L
Decimal 204 248 22 0.18 0 0.91 0.03 71.68 0.94 0.53
Hex CC F8 16 12 0 5B 3 48 5E 35
Octal 314 370 26 22 0 133 3 110 136 65
Binary 11001100 11111000 10110 10010 0 1011011 11 1001000 1011110 110101

Color Harmonies of #CCF816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF816

Black with #CCF816

Text Example


Text Example

White with #CCF816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF816; }

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

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

background-color css

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

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

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

border-color css

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

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

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