Html Css Color HEX #C5FB05 Electric Lime

📋 copy color: '#C5FB05'

red 197 ◦ green 251 ◦ blue 5

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

Shades of Electric Lime #C5FB05

Tints of Electric Lime #C5FB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 43.49%
G = 55.41%
B = 1.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#C5FB05 (or 0xC5FB05) is known color: Electric Lime. HEX triplet: C5, FB and 05. RGB value is (197,251,5). Sum of RGB (Red+Green+Blue) = 197+251+5=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 251 (98.44% from 255 or 55.41% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FB05 is #3A04FA. Grayscale: #CFCFCF. Windows color (decimal): -3802363 or 392133. OLE color: 392133.

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

Color convert

RGB 197 251 5 -
CMYK 0.22 0 0.98 0.02
HSL 73.17º 0.97% 0.5% -
HSV(B) 73.17º 0.98% 0.98% -
XYZ 57.55 80.88 12.72 -
YUV 206.81 14.11 121 -
System Red Green Blue C M Y K H S L
Decimal 197 251 5 0.22 0 0.98 0.02 73.17 0.97 0.5
Hex C5 FB 5 16 0 62 2 49 61 32
Octal 305 373 5 26 0 142 2 111 141 62
Binary 11000101 11111011 101 10110 0 1100010 10 1001001 1100001 110010

Color Harmonies of #C5FB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FB05

Black with #C5FB05

Text Example


Text Example

White with #C5FB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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