Html Css Color HEX #0FCC19 Lime Green

📋 copy color: '#0FCC19'

red 15 ◦ green 204 ◦ blue 25

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

Shades of Lime Green #0FCC19

Tints of Lime Green #0FCC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 83.61%

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 6.15%
G = 83.61%
B = 10.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#0FCC19 (or 0x0FCC19) is known color: Lime Green. HEX triplet: 0F, CC and 19. RGB value is (15,204,25). Sum of RGB (Red+Green+Blue) = 15+204+25=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 204 (80.08% from 255 or 83.61% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCC19 is #F033E6. Grayscale: #7F7F7F. Windows color (decimal): -15741927 or 1690639. OLE color: 1690639.

HSL color Cylindrical-coordinate representation of color #0FCC19: hue angle of 123.17º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCC19 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 15 204 25 -
CMYK 0.93 0 0.88 0.2
HSL 123.17º 0.86% 0.43% -
HSV(B) 123.17º 0.93% 0.8% -
XYZ 21.97 43.36 8.13 -
YUV 127.08 70.38 48.05 -
System Red Green Blue C M Y K H S L
Decimal 15 204 25 0.93 0 0.88 0.2 123.17 0.86 0.43
Hex F CC 19 5D 0 58 14 7B 56 2B
Octal 17 314 31 135 0 130 24 173 126 53
Binary 1111 11001100 11001 1011101 0 1011000 10100 1111011 1010110 101011

Color Harmonies of #0FCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCC19

Black with #0FCC19

Text Example


Text Example

White with #0FCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,204,25); }

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

background-color css

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

 a { background-color: rgb(15,204,25); }

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

border-color css

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

 span { border-color: rgb(15,204,25); }

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