Html Css Color HEX #C5F917 Electric Lime

📋 copy color: '#C5F917'

red 197 ◦ green 249 ◦ blue 23

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

Shades of Electric Lime #C5F917

Tints of Electric Lime #C5F917

RGB

 RED value IS 197 (77.34% from 255) = 42%

 GREEN value IS 249 (97.66% from 255) = 53.09%

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

R = 42%
G = 53.09%
B = 4.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#C5F917 (or 0xC5F917) is known color: Electric Lime. HEX triplet: C5, F9 and 17. RGB value is (197,249,23). Sum of RGB (Red+Green+Blue) = 197+249+23=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 23 (9.38% from 255 or 4.90% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F917 is #3A06E8. Grayscale: #D0D0D0. Windows color (decimal): -3802857 or 1571269. OLE color: 1571269.

HSL color Cylindrical-coordinate representation of color #C5F917: hue angle of 73.81º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5F917 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 249 23 -
CMYK 0.21 0 0.91 0.02
HSL 73.81º 0.95% 0.53% -
HSV(B) 73.81º 0.91% 0.98% -
XYZ 57.06 79.68 13.18 -
YUV 207.69 23.77 120.38 -
System Red Green Blue C M Y K H S L
Decimal 197 249 23 0.21 0 0.91 0.02 73.81 0.95 0.53
Hex C5 F9 17 15 0 5B 2 4A 5F 35
Octal 305 371 27 25 0 133 2 112 137 65
Binary 11000101 11111001 10111 10101 0 1011011 10 1001010 1011111 110101

Color Harmonies of #C5F917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F917

Black with #C5F917

Text Example


Text Example

White with #C5F917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F917; }

 p { color: rgb(197,249,23); }

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

background-color css

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

 a { background-color: rgb(197,249,23); }

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

border-color css

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

 span { border-color: rgb(197,249,23); }

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