Html Css Color HEX #C5FA0F Electric Lime

📋 copy color: '#C5FA0F'

red 197 ◦ green 250 ◦ blue 15

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

Shades of Electric Lime #C5FA0F

Tints of Electric Lime #C5FA0F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.11%

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

R = 42.64%
G = 54.11%
B = 3.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#C5FA0F (or 0xC5FA0F) is known color: Electric Lime. HEX triplet: C5, FA and 0F. RGB value is (197,250,15). Sum of RGB (Red+Green+Blue) = 197+250+15=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA0F is #3A05F0. Grayscale: #D0D0D0. Windows color (decimal): -3802609 or 1047237. OLE color: 1047237.

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

Color convert

RGB 197 250 15 -
CMYK 0.21 0 0.94 0.02
HSL 73.53º 0.96% 0.52% -
HSV(B) 73.53º 0.94% 0.98% -
XYZ 57.3 80.28 12.93 -
YUV 207.36 19.44 120.61 -
System Red Green Blue C M Y K H S L
Decimal 197 250 15 0.21 0 0.94 0.02 73.53 0.96 0.52
Hex C5 FA F 15 0 5E 2 4A 60 34
Octal 305 372 17 25 0 136 2 112 140 64
Binary 11000101 11111010 1111 10101 0 1011110 10 1001010 1100000 110100

Color Harmonies of #C5FA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FA0F

Black with #C5FA0F

Text Example


Text Example

White with #C5FA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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