Html Css Color HEX #12D827 Lime Green

📋 copy color: '#12D827'

red 18 ◦ green 216 ◦ blue 39

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

Shades of Lime Green #12D827

Tints of Lime Green #12D827

RGB

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

 GREEN value IS 216 (84.77% from 255) = 79.12%

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 6.59%
G = 79.12%
B = 14.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#12D827 (or 0x12D827) is known color: Lime Green. HEX triplet: 12, D8 and 27. RGB value is (18,216,39). Sum of RGB (Red+Green+Blue) = 18+216+39=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 216 (84.77% from 255 or 79.12% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 216 - color contains mainly: green. Hex color #12D827 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D827 is #ED27D8. Grayscale: #898989. Windows color (decimal): -15542233 or 2611218. OLE color: 2611218.

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

Color convert

RGB 18 216 39 -
CMYK 0.92 0 0.82 0.15
HSL 126.36º 0.85% 0.46% -
HSV(B) 126.36º 0.92% 0.85% -
XYZ 25.17 49.39 10.13 -
YUV 136.62 72.9 43.39 -
System Red Green Blue C M Y K H S L
Decimal 18 216 39 0.92 0 0.82 0.15 126.36 0.85 0.46
Hex 12 D8 27 5C 0 52 F 7E 55 2E
Octal 22 330 47 134 0 122 17 176 125 56
Binary 10010 11011000 100111 1011100 0 1010010 1111 1111110 1010101 101110

Color Harmonies of #12D827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D827

Black with #12D827

Text Example


Text Example

White with #12D827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,216,39); }

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

background-color css

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

 a { background-color: rgb(18,216,39); }

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

border-color css

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

 span { border-color: rgb(18,216,39); }

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