Html Css Color HEX #0FC214 Lime Green

📋 copy color: '#0FC214'

red 15 ◦ green 194 ◦ blue 20

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

Shades of Lime Green #0FC214

Tints of Lime Green #0FC214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 84.72%

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 6.55%
G = 84.72%
B = 8.73%

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

#0FC214 (or 0x0FC214) is known color: Lime Green. HEX triplet: 0F, C2 and 14. RGB value is (15,194,20). Sum of RGB (Red+Green+Blue) = 15+194+20=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 194 (76.17% from 255 or 84.72% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC214 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC214 is #F03DEB. Grayscale: #797979. Windows color (decimal): -15744492 or 1360399. OLE color: 1360399.

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

Color convert

RGB 15 194 20 -
CMYK 0.92 0 0.90 0.24
HSL 121.68º 0.86% 0.41% -
HSV(B) 121.68º 0.92% 0.76% -
XYZ 19.62 38.74 7.1 -
YUV 120.64 71.2 52.65 -
System Red Green Blue C M Y K H S L
Decimal 15 194 20 0.92 0 0.90 0.24 121.68 0.86 0.41
Hex F C2 14 5C 0 5A 18 7A 56 29
Octal 17 302 24 134 0 132 30 172 126 51
Binary 1111 11000010 10100 1011100 0 1011010 11000 1111010 1010110 101001

Color Harmonies of #0FC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC214

Black with #0FC214

Text Example


Text Example

White with #0FC214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,194,20); }

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

background-color css

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

 a { background-color: rgb(15,194,20); }

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

border-color css

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

 span { border-color: rgb(15,194,20); }

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