Html Css Color HEX #C5F100 Electric Lime

📋 copy color: '#C5F100'

red 197 ◦ green 241 ◦ blue 0

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

Shades of Electric Lime #C5F100

Tints of Electric Lime #C5F100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.98%
G = 55.02%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#C5F100 (or 0xC5F100) is known color: Electric Lime. HEX triplet: C5, F1 and 00. RGB value is (197,241,0). Sum of RGB (Red+Green+Blue) = 197+241+0=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F100 is #3A0EFF. Grayscale: #C9C9C9. Windows color (decimal): -3804928 or 61893. OLE color: 61893.

HSL color Cylindrical-coordinate representation of color #C5F100: hue angle of 70.95º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5F100 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 241 0 -
CMYK 0.18 0 1 0.05
HSL 70.95º 1% 0.47% -
HSV(B) 70.95º 1% 0.95% -
XYZ 54.48 74.78 11.56 -
YUV 200.37 14.92 125.6 -
System Red Green Blue C M Y K H S L
Decimal 197 241 0 0.18 0 1 0.05 70.95 1 0.47
Hex C5 F1 0 12 0 64 5 47 64 2F
Octal 305 361 0 22 0 144 5 107 144 57
Binary 11000101 11110001 0 10010 0 1100100 101 1000111 1100100 101111

Color Harmonies of #C5F100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F100

Black with #C5F100

Text Example


Text Example

White with #C5F100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F100; }

 p { color: rgb(197,241,0); }

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

background-color css

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

 a { background-color: rgb(197,241,0); }

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

border-color css

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

 span { border-color: rgb(197,241,0); }

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