Html Css Color HEX #12D929 Lime Green

📋 copy color: '#12D929'

red 18 ◦ green 217 ◦ blue 41

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

Shades of Lime Green #12D929

Tints of Lime Green #12D929

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.62%

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 6.52%
G = 78.62%
B = 14.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#12D929 (or 0x12D929) is known color: Lime Green. HEX triplet: 12, D9 and 29. RGB value is (18,217,41). Sum of RGB (Red+Green+Blue) = 18+217+41=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 217 (85.16% from 255 or 78.62% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 217 - color contains mainly: green. Hex color #12D929 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D929 is #ED26D6. Grayscale: #898989. Windows color (decimal): -15541975 or 2742546. OLE color: 2742546.

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

Color convert

RGB 18 217 41 -
CMYK 0.92 0 0.81 0.15
HSL 126.93º 0.85% 0.46% -
HSV(B) 126.93º 0.92% 0.85% -
XYZ 25.46 49.91 10.39 -
YUV 137.44 73.57 42.81 -
System Red Green Blue C M Y K H S L
Decimal 18 217 41 0.92 0 0.81 0.15 126.93 0.85 0.46
Hex 12 D9 29 5C 0 51 F 7F 55 2E
Octal 22 331 51 134 0 121 17 177 125 56
Binary 10010 11011001 101001 1011100 0 1010001 1111 1111111 1010101 101110

Color Harmonies of #12D929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D929

Black with #12D929

Text Example


Text Example

White with #12D929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,217,41); }

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

background-color css

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

 a { background-color: rgb(18,217,41); }

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

border-color css

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

 span { border-color: rgb(18,217,41); }

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