Html Css Color HEX #0FCA19 Lime Green

📋 copy color: '#0FCA19'

red 15 ◦ green 202 ◦ blue 25

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

Shades of Lime Green #0FCA19

Tints of Lime Green #0FCA19

RGB

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

 GREEN value IS 202 (79.3% from 255) = 83.47%

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

R = 6.2%
G = 83.47%
B = 10.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#0FCA19 (or 0x0FCA19) is known color: Lime Green. HEX triplet: 0F, CA and 19. RGB value is (15,202,25). Sum of RGB (Red+Green+Blue) = 15+202+25=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 202 (79.30% from 255 or 83.47% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCA19 is #F035E6. Grayscale: #7E7E7E. Windows color (decimal): -15742439 or 1690127. OLE color: 1690127.

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

Color convert

RGB 15 202 25 -
CMYK 0.93 0 0.88 0.21
HSL 123.21º 0.86% 0.43% -
HSV(B) 123.21º 0.93% 0.79% -
XYZ 21.49 42.41 7.97 -
YUV 125.91 71.05 48.89 -
System Red Green Blue C M Y K H S L
Decimal 15 202 25 0.93 0 0.88 0.21 123.21 0.86 0.43
Hex F CA 19 5D 0 58 15 7B 56 2B
Octal 17 312 31 135 0 130 25 173 126 53
Binary 1111 11001010 11001 1011101 0 1011000 10101 1111011 1010110 101011

Color Harmonies of #0FCA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCA19

Black with #0FCA19

Text Example


Text Example

White with #0FCA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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