Html Css Color HEX #C5F205 Electric Lime

📋 copy color: '#C5F205'

red 197 ◦ green 242 ◦ blue 5

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

Shades of Electric Lime #C5F205

Tints of Electric Lime #C5F205

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.5%

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

R = 44.37%
G = 54.5%
B = 1.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#C5F205 (or 0xC5F205) is known color: Electric Lime. HEX triplet: C5, F2 and 05. RGB value is (197,242,5). Sum of RGB (Red+Green+Blue) = 197+242+5=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 242 (94.92% from 255 or 54.50% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F205 is #3A0DFA. Grayscale: #CACACA. Windows color (decimal): -3804667 or 389829. OLE color: 389829.

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

Color convert

RGB 197 242 5 -
CMYK 0.19 0 0.98 0.05
HSL 71.39º 0.96% 0.48% -
HSV(B) 71.39º 0.98% 0.95% -
XYZ 54.81 75.39 11.81 -
YUV 201.53 17.09 124.77 -
System Red Green Blue C M Y K H S L
Decimal 197 242 5 0.19 0 0.98 0.05 71.39 0.96 0.48
Hex C5 F2 5 13 0 62 5 47 60 30
Octal 305 362 5 23 0 142 5 107 140 60
Binary 11000101 11110010 101 10011 0 1100010 101 1000111 1100000 110000

Color Harmonies of #C5F205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F205

Black with #C5F205

Text Example


Text Example

White with #C5F205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F205; }

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

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

background-color css

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

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

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

border-color css

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

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

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