Html Css Color HEX #12D721 Lime Green

📋 copy color: '#12D721'

red 18 ◦ green 215 ◦ blue 33

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

Shades of Lime Green #12D721

Tints of Lime Green #12D721

RGB

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

 GREEN value IS 215 (84.38% from 255) = 80.83%

 BLUE value IS 33 (13.28% from 255) = 12.41%

R = 6.77%
G = 80.83%
B = 12.41%

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

#12D721 (or 0x12D721) is known color: Lime Green. HEX triplet: 12, D7 and 21. RGB value is (18,215,33). Sum of RGB (Red+Green+Blue) = 18+215+33=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 215 (84.38% from 255 or 80.83% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 215 - color contains mainly: green. Hex color #12D721 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D721 is #ED28DE. Grayscale: #878787. Windows color (decimal): -15542495 or 2217746. OLE color: 2217746.

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

Color convert

RGB 18 215 33 -
CMYK 0.92 0 0.85 0.16
HSL 124.57º 0.85% 0.46% -
HSV(B) 124.57º 0.92% 0.84% -
XYZ 24.82 48.84 9.56 -
YUV 135.35 70.23 44.3 -
System Red Green Blue C M Y K H S L
Decimal 18 215 33 0.92 0 0.85 0.16 124.57 0.85 0.46
Hex 12 D7 21 5C 0 55 10 7D 55 2E
Octal 22 327 41 134 0 125 20 175 125 56
Binary 10010 11010111 100001 1011100 0 1010101 10000 1111101 1010101 101110

Color Harmonies of #12D721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D721

Black with #12D721

Text Example


Text Example

White with #12D721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,215,33); }

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

background-color css

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

 a { background-color: rgb(18,215,33); }

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

border-color css

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

 span { border-color: rgb(18,215,33); }

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