Html Css Color HEX #C5F105 Electric Lime

📋 copy color: '#C5F105'

red 197 ◦ green 241 ◦ blue 5

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

Shades of Electric Lime #C5F105

Tints of Electric Lime #C5F105

RGB

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

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

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

R = 44.47%
G = 54.4%
B = 1.13%

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

#C5F105 (or 0xC5F105) is known color: Electric Lime. HEX triplet: C5, F1 and 05. RGB value is (197,241,5). Sum of RGB (Red+Green+Blue) = 197+241+5=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F105 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F105 is #3A0EFA. Grayscale: #C9C9C9. Windows color (decimal): -3804923 or 389573. OLE color: 389573.

HSL color Cylindrical-coordinate representation of color #C5F105: hue angle of 71.19º degrees, saturation: 0.96, 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 #C5F105 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 241 5 -
CMYK 0.18 0 0.98 0.05
HSL 71.19º 0.96% 0.48% -
HSV(B) 71.19º 0.98% 0.95% -
XYZ 54.51 74.79 11.71 -
YUV 200.94 17.42 125.19 -
System Red Green Blue C M Y K H S L
Decimal 197 241 5 0.18 0 0.98 0.05 71.19 0.96 0.48
Hex C5 F1 5 12 0 62 5 47 60 30
Octal 305 361 5 22 0 142 5 107 140 60
Binary 11000101 11110001 101 10010 0 1100010 101 1000111 1100000 110000

Color Harmonies of #C5F105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F105

Black with #C5F105

Text Example


Text Example

White with #C5F105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F105; }

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

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

background-color css

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

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

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

border-color css

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

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

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