Html Css Color HEX #0FC610 Lime Green

📋 copy color: '#0FC610'

red 15 ◦ green 198 ◦ blue 16

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

Shades of Lime Green #0FC610

Tints of Lime Green #0FC610

RGB

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

 GREEN value IS 198 (77.73% from 255) = 86.46%

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 6.55%
G = 86.46%
B = 6.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#0FC610 (or 0x0FC610) is known color: Lime Green. HEX triplet: 0F, C6 and 10. RGB value is (15,198,16). Sum of RGB (Red+Green+Blue) = 15+198+16=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 198 (77.73% from 255 or 86.46% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC610 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC610 is #F039EF. Grayscale: #7B7B7B. Windows color (decimal): -15743472 or 1099279. OLE color: 1099279.

HSL color Cylindrical-coordinate representation of color #0FC610: hue angle of 120.33º 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 #0FC610 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 198 16 -
CMYK 0.92 0 0.92 0.22
HSL 120.33º 0.86% 0.42% -
HSV(B) 120.33º 0.92% 0.78% -
XYZ 20.48 40.53 7.23 -
YUV 122.54 67.87 51.3 -
System Red Green Blue C M Y K H S L
Decimal 15 198 16 0.92 0 0.92 0.22 120.33 0.86 0.42
Hex F C6 10 5C 0 5C 16 78 56 2A
Octal 17 306 20 134 0 134 26 170 126 52
Binary 1111 11000110 10000 1011100 0 1011100 10110 1111000 1010110 101010

Color Harmonies of #0FC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC610

Black with #0FC610

Text Example


Text Example

White with #0FC610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,198,16); }

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

background-color css

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

 a { background-color: rgb(15,198,16); }

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

border-color css

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

 span { border-color: rgb(15,198,16); }

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