Html Css Color HEX #CCF516 Electric Lime

📋 copy color: '#CCF516'

red 204 ◦ green 245 ◦ blue 22

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

Shades of Electric Lime #CCF516

Tints of Electric Lime #CCF516

RGB

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

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

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

R = 43.31%
G = 52.02%
B = 4.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#CCF516 (or 0xCCF516) is known color: Electric Lime. HEX triplet: CC, F5 and 16. RGB value is (204,245,22). Sum of RGB (Red+Green+Blue) = 204+245+22=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 245 (96.09% from 255 or 52.02% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF516 is #330AE9. Grayscale: #D0D0D0. Windows color (decimal): -3345130 or 1504716. OLE color: 1504716.

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

Color convert

RGB 204 245 22 -
CMYK 0.17 0 0.91 0.04
HSL 71.03º 0.92% 0.52% -
HSV(B) 71.03º 0.91% 0.96% -
XYZ 57.7 78.2 12.81 -
YUV 207.32 23.42 125.63 -
System Red Green Blue C M Y K H S L
Decimal 204 245 22 0.17 0 0.91 0.04 71.03 0.92 0.52
Hex CC F5 16 11 0 5B 4 47 5C 34
Octal 314 365 26 21 0 133 4 107 134 64
Binary 11001100 11110101 10110 10001 0 1011011 100 1000111 1011100 110100

Color Harmonies of #CCF516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF516

Black with #CCF516

Text Example


Text Example

White with #CCF516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF516; }

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

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

background-color css

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

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

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

border-color css

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

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

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