Html Css Color HEX #0FC313 Lime Green

📋 copy color: '#0FC313'

red 15 ◦ green 195 ◦ blue 19

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

Shades of Lime Green #0FC313

Tints of Lime Green #0FC313

RGB

 RED value IS 15 (6.25% from 255) = 6.55%

 GREEN value IS 195 (76.56% from 255) = 85.15%

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 6.55%
G = 85.15%
B = 8.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#0FC313 (or 0x0FC313) is known color: Lime Green. HEX triplet: 0F, C3 and 13. RGB value is (15,195,19). Sum of RGB (Red+Green+Blue) = 15+195+19=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 195 (76.56% from 255 or 85.15% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC313 is #F03CEC. Grayscale: #797979. Windows color (decimal): -15744237 or 1295119. OLE color: 1295119.

HSL color Cylindrical-coordinate representation of color #0FC313: hue angle of 121.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC313 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 195 19 -
CMYK 0.92 0 0.90 0.24
HSL 121.33º 0.86% 0.41% -
HSV(B) 121.33º 0.92% 0.76% -
XYZ 19.83 39.18 7.13 -
YUV 121.12 70.37 52.31 -
System Red Green Blue C M Y K H S L
Decimal 15 195 19 0.92 0 0.90 0.24 121.33 0.86 0.41
Hex F C3 13 5C 0 5A 18 79 56 29
Octal 17 303 23 134 0 132 30 171 126 51
Binary 1111 11000011 10011 1011100 0 1011010 11000 1111001 1010110 101001

Color Harmonies of #0FC313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC313

Black with #0FC313

Text Example


Text Example

White with #0FC313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FC313; }

 p { color: rgb(15,195,19); }

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

background-color css

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

 a { background-color: rgb(15,195,19); }

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

border-color css

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

 span { border-color: rgb(15,195,19); }

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