Html Css Color HEX #C5FA1E Electric Lime

📋 copy color: '#C5FA1E'

red 197 ◦ green 250 ◦ blue 30

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

Shades of Electric Lime #C5FA1E

Tints of Electric Lime #C5FA1E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.41%

 BLUE value IS 30 (12.11% from 255) = 6.29%

R = 41.3%
G = 52.41%
B = 6.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#C5FA1E (or 0xC5FA1E) is known color: Electric Lime. HEX triplet: C5, FA and 1E. RGB value is (197,250,30). Sum of RGB (Red+Green+Blue) = 197+250+30=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FA1E is #3A05E1. Grayscale: #D1D1D1. Windows color (decimal): -3802594 or 2030277. OLE color: 2030277.

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

Color convert

RGB 197 250 30 -
CMYK 0.21 0 0.88 0.02
HSL 74.45º 0.96% 0.55% -
HSV(B) 74.45º 0.88% 0.98% -
XYZ 57.45 80.34 13.71 -
YUV 209.07 26.94 119.39 -
System Red Green Blue C M Y K H S L
Decimal 197 250 30 0.21 0 0.88 0.02 74.45 0.96 0.55
Hex C5 FA 1E 15 0 58 2 4A 60 37
Octal 305 372 36 25 0 130 2 112 140 67
Binary 11000101 11111010 11110 10101 0 1011000 10 1001010 1100000 110111

Color Harmonies of #C5FA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FA1E

Black with #C5FA1E

Text Example


Text Example

White with #C5FA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FA1E; }

 p { color: rgb(197,250,30); }

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

background-color css

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

 a { background-color: rgb(197,250,30); }

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

border-color css

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

 span { border-color: rgb(197,250,30); }

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