Html Css Color HEX #C5FB1D Electric Lime

📋 copy color: '#C5FB1D'

red 197 ◦ green 251 ◦ blue 29

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

Shades of Electric Lime #C5FB1D

Tints of Electric Lime #C5FB1D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.62%

 BLUE value IS 29 (11.72% from 255) = 6.08%

R = 41.3%
G = 52.62%
B = 6.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#C5FB1D (or 0xC5FB1D) is known color: Electric Lime. HEX triplet: C5, FB and 1D. RGB value is (197,251,29). Sum of RGB (Red+Green+Blue) = 197+251+29=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FB1D is #3A04E2. Grayscale: #D2D2D2. Windows color (decimal): -3802339 or 1964997. OLE color: 1964997.

HSL color Cylindrical-coordinate representation of color #C5FB1D: hue angle of 74.59º degrees, saturation: 0.97, 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 #C5FB1D is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 251 29 -
CMYK 0.22 0 0.88 0.02
HSL 74.59º 0.97% 0.55% -
HSV(B) 74.59º 0.88% 0.98% -
XYZ 57.74 80.95 13.74 -
YUV 209.55 26.11 119.05 -
System Red Green Blue C M Y K H S L
Decimal 197 251 29 0.22 0 0.88 0.02 74.59 0.97 0.55
Hex C5 FB 1D 16 0 58 2 4B 61 37
Octal 305 373 35 26 0 130 2 113 141 67
Binary 11000101 11111011 11101 10110 0 1011000 10 1001011 1100001 110111

Color Harmonies of #C5FB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FB1D

Black with #C5FB1D

Text Example


Text Example

White with #C5FB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FB1D; }

 p { color: rgb(197,251,29); }

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

background-color css

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

 a { background-color: rgb(197,251,29); }

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

border-color css

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

 span { border-color: rgb(197,251,29); }

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