Html Css Color HEX #12D51F Lime Green

📋 copy color: '#12D51F'

red 18 ◦ green 213 ◦ blue 31

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

Shades of Lime Green #12D51F

Tints of Lime Green #12D51F

RGB

 RED value IS 18 (7.42% from 255) = 6.87%

 GREEN value IS 213 (83.59% from 255) = 81.3%

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 6.87%
G = 81.3%
B = 11.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#12D51F (or 0x12D51F) is known color: Lime Green. HEX triplet: 12, D5 and 1F. RGB value is (18,213,31). Sum of RGB (Red+Green+Blue) = 18+213+31=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 213 (83.59% from 255 or 81.30% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 213 - color contains mainly: green. Hex color #12D51F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D51F is #ED2AE0. Grayscale: #868686. Windows color (decimal): -15543009 or 2086162. OLE color: 2086162.

HSL color Cylindrical-coordinate representation of color #12D51F: hue angle of 124º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D51F is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 213 31 -
CMYK 0.92 0 0.85 0.16
HSL 124º 0.84% 0.45% -
HSV(B) 124º 0.92% 0.84% -
XYZ 24.29 47.82 9.25 -
YUV 133.95 69.9 45.3 -
System Red Green Blue C M Y K H S L
Decimal 18 213 31 0.92 0 0.85 0.16 124 0.84 0.45
Hex 12 D5 1F 5C 0 55 10 7C 54 2D
Octal 22 325 37 134 0 125 20 174 124 55
Binary 10010 11010101 11111 1011100 0 1010101 10000 1111100 1010100 101101

Color Harmonies of #12D51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D51F

Black with #12D51F

Text Example


Text Example

White with #12D51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12D51F; }

 p { color: rgb(18,213,31); }

 H1.HeaderClassName
 {
   color: #12D51F;
 }
 .AnyTagClassName
 {
   color: #12D51F;
 }
</style>

background-color css

<style>
 a { background-color: #12D51F; }

 a { background-color: rgb(18,213,31); }

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

border-color css

<style>
 span { border-color: #12D51F; }

 span { border-color: rgb(18,213,31); }

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