Html Css Color HEX #CFF516 Electric Lime

📋 copy color: '#CFF516'

red 207 ◦ green 245 ◦ blue 22

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

Shades of Electric Lime #CFF516

Tints of Electric Lime #CFF516

RGB

 RED value IS 207 (81.25% from 255) = 43.67%

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

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

R = 43.67%
G = 51.69%
B = 4.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#CFF516 (or 0xCFF516) is known color: Electric Lime. HEX triplet: CF, F5 and 16. RGB value is (207,245,22). Sum of RGB (Red+Green+Blue) = 207+245+22=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF516 is #300AE9. Grayscale: #D1D1D1. Windows color (decimal): -3148522 or 1504719. OLE color: 1504719.

HSL color Cylindrical-coordinate representation of color #CFF516: hue angle of 70.22º 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 #CFF516 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 22 -
CMYK 0.16 0 0.91 0.04
HSL 70.22º 0.92% 0.52% -
HSV(B) 70.22º 0.91% 0.96% -
XYZ 58.53 78.63 12.85 -
YUV 208.22 22.91 127.13 -
System Red Green Blue C M Y K H S L
Decimal 207 245 22 0.16 0 0.91 0.04 70.22 0.92 0.52
Hex CF F5 16 10 0 5B 4 46 5C 34
Octal 317 365 26 20 0 133 4 106 134 64
Binary 11001111 11110101 10110 10000 0 1011011 100 1000110 1011100 110100

Color Harmonies of #CFF516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF516

Black with #CFF516

Text Example


Text Example

White with #CFF516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF516; }

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

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

background-color css

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

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

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

border-color css

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

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

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