Html Css Color HEX #0FC917 Lime Green

📋 copy color: '#0FC917'

red 15 ◦ green 201 ◦ blue 23

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

Shades of Lime Green #0FC917

Tints of Lime Green #0FC917

RGB

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

 GREEN value IS 201 (78.91% from 255) = 84.1%

 BLUE value IS 23 (9.38% from 255) = 9.62%

R = 6.28%
G = 84.1%
B = 9.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#0FC917 (or 0x0FC917) is known color: Lime Green. HEX triplet: 0F, C9 and 17. RGB value is (15,201,23). Sum of RGB (Red+Green+Blue) = 15+201+23=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 201 (78.91% from 255 or 84.10% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC917 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC917 is #F036E8. Grayscale: #7D7D7D. Windows color (decimal): -15742697 or 1558799. OLE color: 1558799.

HSL color Cylindrical-coordinate representation of color #0FC917: hue angle of 122.58º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC917 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 201 23 -
CMYK 0.93 0 0.89 0.21
HSL 122.58º 0.86% 0.42% -
HSV(B) 122.58º 0.93% 0.79% -
XYZ 21.24 41.94 7.79 -
YUV 125.09 70.38 49.47 -
System Red Green Blue C M Y K H S L
Decimal 15 201 23 0.93 0 0.89 0.21 122.58 0.86 0.42
Hex F C9 17 5D 0 59 15 7B 56 2A
Octal 17 311 27 135 0 131 25 173 126 52
Binary 1111 11001001 10111 1011101 0 1011001 10101 1111011 1010110 101010

Color Harmonies of #0FC917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC917

Black with #0FC917

Text Example


Text Example

White with #0FC917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,201,23); }

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

background-color css

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

 a { background-color: rgb(15,201,23); }

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

border-color css

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

 span { border-color: rgb(15,201,23); }

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