Html Css Color HEX #0FC717 Lime Green

📋 copy color: '#0FC717'

red 15 ◦ green 199 ◦ blue 23

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

Shades of Lime Green #0FC717

Tints of Lime Green #0FC717

RGB

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

 GREEN value IS 199 (78.13% from 255) = 83.97%

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

R = 6.33%
G = 83.97%
B = 9.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#0FC717 (or 0x0FC717) is known color: Lime Green. HEX triplet: 0F, C7 and 17. RGB value is (15,199,23). Sum of RGB (Red+Green+Blue) = 15+199+23=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 199 (78.12% from 255 or 83.97% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC717 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC717 is #F038E8. Grayscale: #7C7C7C. Windows color (decimal): -15743209 or 1558287. OLE color: 1558287.

HSL color Cylindrical-coordinate representation of color #0FC717: hue angle of 122.61º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC717 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 199 23 -
CMYK 0.92 0 0.88 0.22
HSL 122.61º 0.86% 0.42% -
HSV(B) 122.61º 0.92% 0.78% -
XYZ 20.78 41.01 7.63 -
YUV 123.92 71.04 50.31 -
System Red Green Blue C M Y K H S L
Decimal 15 199 23 0.92 0 0.88 0.22 122.61 0.86 0.42
Hex F C7 17 5C 0 58 16 7B 56 2A
Octal 17 307 27 134 0 130 26 173 126 52
Binary 1111 11000111 10111 1011100 0 1011000 10110 1111011 1010110 101010

Color Harmonies of #0FC717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC717

Black with #0FC717

Text Example


Text Example

White with #0FC717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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