Html Css Color HEX #C5FB1B Electric Lime

📋 copy color: '#C5FB1B'

red 197 ◦ green 251 ◦ blue 27

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

Shades of Electric Lime #C5FB1B

Tints of Electric Lime #C5FB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.68%

R = 41.47%
G = 52.84%
B = 5.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#C5FB1B (or 0xC5FB1B) is known color: Electric Lime. HEX triplet: C5, FB and 1B. RGB value is (197,251,27). Sum of RGB (Red+Green+Blue) = 197+251+27=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 27 (10.94% from 255 or 5.68% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FB1B is #3A04E4. Grayscale: #D2D2D2. Windows color (decimal): -3802341 or 1833925. OLE color: 1833925.

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

Color convert

RGB 197 251 27 -
CMYK 0.22 0 0.89 0.02
HSL 74.46º 0.97% 0.55% -
HSV(B) 74.46º 0.89% 0.98% -
XYZ 57.72 80.94 13.62 -
YUV 209.32 25.11 119.21 -
System Red Green Blue C M Y K H S L
Decimal 197 251 27 0.22 0 0.89 0.02 74.46 0.97 0.55
Hex C5 FB 1B 16 0 59 2 4A 61 37
Octal 305 373 33 26 0 131 2 112 141 67
Binary 11000101 11111011 11011 10110 0 1011001 10 1001010 1100001 110111

Color Harmonies of #C5FB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FB1B

Black with #C5FB1B

Text Example


Text Example

White with #C5FB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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