Html Css Color HEX #CFF517 Electric Lime

📋 copy color: '#CFF517'

red 207 ◦ green 245 ◦ blue 23

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

Shades of Electric Lime #CFF517

Tints of Electric Lime #CFF517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.84%

R = 43.58%
G = 51.58%
B = 4.84%

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

#CFF517 (or 0xCFF517) is known color: Electric Lime. HEX triplet: CF, F5 and 17. RGB value is (207,245,23). Sum of RGB (Red+Green+Blue) = 207+245+23=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 245 (96.09% from 255 or 51.58% from 475); Blue value is 23 (9.38% from 255 or 4.84% from 475); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF517 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF517 is #300AE8. Grayscale: #D1D1D1. Windows color (decimal): -3148521 or 1570255. OLE color: 1570255.

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

Color convert

RGB 207 245 23 -
CMYK 0.16 0 0.91 0.04
HSL 70.27º 0.92% 0.53% -
HSV(B) 70.27º 0.91% 0.96% -
XYZ 58.54 78.63 12.9 -
YUV 208.33 23.41 127.05 -
System Red Green Blue C M Y K H S L
Decimal 207 245 23 0.16 0 0.91 0.04 70.27 0.92 0.53
Hex CF F5 17 10 0 5B 4 46 5C 35
Octal 317 365 27 20 0 133 4 106 134 65
Binary 11001111 11110101 10111 10000 0 1011011 100 1000110 1011100 110101

Color Harmonies of #CFF517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF517

Black with #CFF517

Text Example


Text Example

White with #CFF517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF517; }

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

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

background-color css

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

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

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

border-color css

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

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

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