Html Css Color HEX #12D024 Lime Green

📋 copy color: '#12D024'

red 18 ◦ green 208 ◦ blue 36

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

Shades of Lime Green #12D024

Tints of Lime Green #12D024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 79.39%

 BLUE value IS 36 (14.45% from 255) = 13.74%

R = 6.87%
G = 79.39%
B = 13.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#12D024 (or 0x12D024) is known color: Lime Green. HEX triplet: 12, D0 and 24. RGB value is (18,208,36). Sum of RGB (Red+Green+Blue) = 18+208+36=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 208 (81.64% from 255 or 79.39% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 208 - color contains mainly: green. Hex color #12D024 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D024 is #ED2FDB. Grayscale: #848484. Windows color (decimal): -15544284 or 2412562. OLE color: 2412562.

HSL color Cylindrical-coordinate representation of color #12D024: hue angle of 125.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D024 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 208 36 -
CMYK 0.91 0 0.83 0.18
HSL 125.68º 0.84% 0.44% -
HSV(B) 125.68º 0.91% 0.82% -
XYZ 23.12 45.37 9.21 -
YUV 131.58 74.05 46.99 -
System Red Green Blue C M Y K H S L
Decimal 18 208 36 0.91 0 0.83 0.18 125.68 0.84 0.44
Hex 12 D0 24 5B 0 53 12 7E 54 2C
Octal 22 320 44 133 0 123 22 176 124 54
Binary 10010 11010000 100100 1011011 0 1010011 10010 1111110 1010100 101100

Color Harmonies of #12D024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D024

Black with #12D024

Text Example


Text Example

White with #12D024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,208,36); }

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

background-color css

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

 a { background-color: rgb(18,208,36); }

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

border-color css

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

 span { border-color: rgb(18,208,36); }

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