Html Css Color HEX #CFF016 Electric Lime

📋 copy color: '#CFF016'

red 207 ◦ green 240 ◦ blue 22

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

Shades of Electric Lime #CFF016

Tints of Electric Lime #CFF016

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.17%

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

R = 44.14%
G = 51.17%
B = 4.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#CFF016 (or 0xCFF016) is known color: Electric Lime. HEX triplet: CF, F0 and 16. RGB value is (207,240,22). Sum of RGB (Red+Green+Blue) = 207+240+22=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF016 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF016 is #300FE9. Grayscale: #CECECE. Windows color (decimal): -3149802 or 1503439. OLE color: 1503439.

HSL color Cylindrical-coordinate representation of color #CFF016: hue angle of 69.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFF016 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 22 -
CMYK 0.14 0 0.91 0.06
HSL 69.08º 0.88% 0.51% -
HSV(B) 69.08º 0.91% 0.94% -
XYZ 57.04 75.64 12.35 -
YUV 205.28 24.57 129.23 -
System Red Green Blue C M Y K H S L
Decimal 207 240 22 0.14 0 0.91 0.06 69.08 0.88 0.51
Hex CF F0 16 E 0 5B 6 45 58 33
Octal 317 360 26 16 0 133 6 105 130 63
Binary 11001111 11110000 10110 1110 0 1011011 110 1000101 1011000 110011

Color Harmonies of #CFF016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF016

Black with #CFF016

Text Example


Text Example

White with #CFF016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF016; }

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

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

background-color css

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

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

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

border-color css

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

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

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