Html Css Color HEX #C5F104 Electric Lime

📋 copy color: '#C5F104'

red 197 ◦ green 241 ◦ blue 4

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

Shades of Electric Lime #C5F104

Tints of Electric Lime #C5F104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 44.57%
G = 54.52%
B = 0.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#C5F104 (or 0xC5F104) is known color: Electric Lime. HEX triplet: C5, F1 and 04. RGB value is (197,241,4). Sum of RGB (Red+Green+Blue) = 197+241+4=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F104 is #3A0EFB. Grayscale: #C9C9C9. Windows color (decimal): -3804924 or 324037. OLE color: 324037.

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

Color convert

RGB 197 241 4 -
CMYK 0.18 0 0.98 0.05
HSL 71.14º 0.97% 0.48% -
HSV(B) 71.14º 0.98% 0.95% -
XYZ 54.5 74.79 11.68 -
YUV 200.83 16.92 125.27 -
System Red Green Blue C M Y K H S L
Decimal 197 241 4 0.18 0 0.98 0.05 71.14 0.97 0.48
Hex C5 F1 4 12 0 62 5 47 61 30
Octal 305 361 4 22 0 142 5 107 141 60
Binary 11000101 11110001 100 10010 0 1100010 101 1000111 1100001 110000

Color Harmonies of #C5F104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F104

Black with #C5F104

Text Example


Text Example

White with #C5F104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F104; }

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

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

background-color css

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

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

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

border-color css

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

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

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