Html Css Color HEX #C5F91C Electric Lime

📋 copy color: '#C5F91C'

red 197 ◦ green 249 ◦ blue 28

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

Shades of Electric Lime #C5F91C

Tints of Electric Lime #C5F91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.91%

R = 41.56%
G = 52.53%
B = 5.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#C5F91C (or 0xC5F91C) is known color: Electric Lime. HEX triplet: C5, F9 and 1C. RGB value is (197,249,28). Sum of RGB (Red+Green+Blue) = 197+249+28=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F91C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F91C is #3A06E3. Grayscale: #D1D1D1. Windows color (decimal): -3802852 or 1898949. OLE color: 1898949.

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

Color convert

RGB 197 249 28 -
CMYK 0.21 0 0.89 0.02
HSL 74.12º 0.95% 0.54% -
HSV(B) 74.12º 0.89% 0.98% -
XYZ 57.11 79.71 13.47 -
YUV 208.26 26.27 119.97 -
System Red Green Blue C M Y K H S L
Decimal 197 249 28 0.21 0 0.89 0.02 74.12 0.95 0.54
Hex C5 F9 1C 15 0 59 2 4A 5F 36
Octal 305 371 34 25 0 131 2 112 137 66
Binary 11000101 11111001 11100 10101 0 1011001 10 1001010 1011111 110110

Color Harmonies of #C5F91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F91C

Black with #C5F91C

Text Example


Text Example

White with #C5F91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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