Html Css Color HEX #C5F00F Electric Lime

📋 copy color: '#C5F00F'

red 197 ◦ green 240 ◦ blue 15

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

Shades of Electric Lime #C5F00F

Tints of Electric Lime #C5F00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.1%

 BLUE value IS 15 (6.25% from 255) = 3.32%

R = 43.58%
G = 53.1%
B = 3.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#C5F00F (or 0xC5F00F) is known color: Electric Lime. HEX triplet: C5, F0 and 0F. RGB value is (197,240,15). Sum of RGB (Red+Green+Blue) = 197+240+15=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F00F is #3A0FF0. Grayscale: #CACACA. Windows color (decimal): -3805169 or 1044677. OLE color: 1044677.

HSL color Cylindrical-coordinate representation of color #C5F00F: hue angle of 71.47º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5F00F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 240 15 -
CMYK 0.18 0 0.94 0.06
HSL 71.47º 0.88% 0.5% -
HSV(B) 71.47º 0.94% 0.94% -
XYZ 54.27 74.22 11.92 -
YUV 201.49 22.75 124.8 -
System Red Green Blue C M Y K H S L
Decimal 197 240 15 0.18 0 0.94 0.06 71.47 0.88 0.5
Hex C5 F0 F 12 0 5E 6 47 58 32
Octal 305 360 17 22 0 136 6 107 130 62
Binary 11000101 11110000 1111 10010 0 1011110 110 1000111 1011000 110010

Color Harmonies of #C5F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F00F

Black with #C5F00F

Text Example


Text Example

White with #C5F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F00F; }

 p { color: rgb(197,240,15); }

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

background-color css

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

 a { background-color: rgb(197,240,15); }

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

border-color css

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

 span { border-color: rgb(197,240,15); }

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