Html Css Color HEX #12DD2B Lime Green

📋 copy color: '#12DD2B'

red 18 ◦ green 221 ◦ blue 43

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

Shades of Lime Green #12DD2B

Tints of Lime Green #12DD2B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 78.37%

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

R = 6.38%
G = 78.37%
B = 15.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#12DD2B (or 0x12DD2B) is known color: Lime Green. HEX triplet: 12, DD and 2B. RGB value is (18,221,43). Sum of RGB (Red+Green+Blue) = 18+221+43=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DD2B is #ED22D4. Grayscale: #8C8C8C. Windows color (decimal): -15540949 or 2874642. OLE color: 2874642.

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

Color convert

RGB 18 221 43 -
CMYK 0.92 0 0.81 0.13
HSL 127.39º 0.85% 0.47% -
HSV(B) 127.39º 0.92% 0.87% -
XYZ 26.54 52.02 10.93 -
YUV 140.01 73.25 40.97 -
System Red Green Blue C M Y K H S L
Decimal 18 221 43 0.92 0 0.81 0.13 127.39 0.85 0.47
Hex 12 DD 2B 5C 0 51 D 7F 55 2F
Octal 22 335 53 134 0 121 15 177 125 57
Binary 10010 11011101 101011 1011100 0 1010001 1101 1111111 1010101 101111

Color Harmonies of #12DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DD2B

Black with #12DD2B

Text Example


Text Example

White with #12DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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