Html Css Color HEX #C5F817 Electric Lime

📋 copy color: '#C5F817'

red 197 ◦ green 248 ◦ blue 23

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

Shades of Electric Lime #C5F817

Tints of Electric Lime #C5F817

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.99%

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

R = 42.09%
G = 52.99%
B = 4.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#C5F817 (or 0xC5F817) is known color: Electric Lime. HEX triplet: C5, F8 and 17. RGB value is (197,248,23). Sum of RGB (Red+Green+Blue) = 197+248+23=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F817 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F817 is #3A07E8. Grayscale: #CFCFCF. Windows color (decimal): -3803113 or 1571013. OLE color: 1571013.

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

Color convert

RGB 197 248 23 -
CMYK 0.21 0 0.91 0.03
HSL 73.6º 0.94% 0.53% -
HSV(B) 73.6º 0.91% 0.97% -
XYZ 56.75 79.07 13.08 -
YUV 207.1 24.1 120.8 -
System Red Green Blue C M Y K H S L
Decimal 197 248 23 0.21 0 0.91 0.03 73.6 0.94 0.53
Hex C5 F8 17 15 0 5B 3 4A 5E 35
Octal 305 370 27 25 0 133 3 112 136 65
Binary 11000101 11111000 10111 10101 0 1011011 11 1001010 1011110 110101

Color Harmonies of #C5F817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F817

Black with #C5F817

Text Example


Text Example

White with #C5F817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F817; }

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

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

background-color css

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

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

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

border-color css

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

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

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