Html Css Color HEX #12DA2B Lime Green

📋 copy color: '#12DA2B'

red 18 ◦ green 218 ◦ blue 43

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

Shades of Lime Green #12DA2B

Tints of Lime Green #12DA2B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 78.14%

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 6.45%
G = 78.14%
B = 15.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#12DA2B (or 0x12DA2B) is known color: Lime Green. HEX triplet: 12, DA and 2B. RGB value is (18,218,43). Sum of RGB (Red+Green+Blue) = 18+218+43=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 218 (85.55% from 255 or 78.14% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA2B is #ED25D4. Grayscale: #8A8A8A. Windows color (decimal): -15541717 or 2873874. OLE color: 2873874.

HSL color Cylindrical-coordinate representation of color #12DA2B: hue angle of 127.5º 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 #12DA2B is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 43 -
CMYK 0.92 0 0.80 0.15
HSL 127.5º 0.85% 0.46% -
HSV(B) 127.5º 0.92% 0.85% -
XYZ 25.76 50.45 10.66 -
YUV 138.25 74.24 42.23 -
System Red Green Blue C M Y K H S L
Decimal 18 218 43 0.92 0 0.80 0.15 127.5 0.85 0.46
Hex 12 DA 2B 5C 0 50 F 80 55 2E
Octal 22 332 53 134 0 120 17 200 125 56
Binary 10010 11011010 101011 1011100 0 1010000 1111 10000000 1010101 101110

Color Harmonies of #12DA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DA2B

Black with #12DA2B

Text Example


Text Example

White with #12DA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,218,43); }

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

background-color css

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

 a { background-color: rgb(18,218,43); }

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

border-color css

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

 span { border-color: rgb(18,218,43); }

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