Html Css Color HEX #C5F912 Electric Lime

📋 copy color: '#C5F912'

red 197 ◦ green 249 ◦ blue 18

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

Shades of Electric Lime #C5F912

Tints of Electric Lime #C5F912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.66%

 BLUE value IS 18 (7.42% from 255) = 3.88%

R = 42.46%
G = 53.66%
B = 3.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#C5F912 (or 0xC5F912) is known color: Electric Lime. HEX triplet: C5, F9 and 12. RGB value is (197,249,18). Sum of RGB (Red+Green+Blue) = 197+249+18=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F912 is #3A06ED. Grayscale: #CFCFCF. Windows color (decimal): -3802862 or 1243589. OLE color: 1243589.

HSL color Cylindrical-coordinate representation of color #C5F912: hue angle of 73.51º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5F912 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 249 18 -
CMYK 0.21 0 0.93 0.02
HSL 73.51º 0.95% 0.52% -
HSV(B) 73.51º 0.93% 0.98% -
XYZ 57.01 79.67 12.94 -
YUV 207.12 21.27 120.78 -
System Red Green Blue C M Y K H S L
Decimal 197 249 18 0.21 0 0.93 0.02 73.51 0.95 0.52
Hex C5 F9 12 15 0 5D 2 4A 5F 34
Octal 305 371 22 25 0 135 2 112 137 64
Binary 11000101 11111001 10010 10101 0 1011101 10 1001010 1011111 110100

Color Harmonies of #C5F912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F912

Black with #C5F912

Text Example


Text Example

White with #C5F912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F912; }

 p { color: rgb(197,249,18); }

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

background-color css

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

 a { background-color: rgb(197,249,18); }

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

border-color css

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

 span { border-color: rgb(197,249,18); }

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