Html Css Color HEX #12DA25 Lime Green

📋 copy color: '#12DA25'

red 18 ◦ green 218 ◦ blue 37

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

Shades of Lime Green #12DA25

Tints of Lime Green #12DA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 6.59%
G = 79.85%
B = 13.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#12DA25 (or 0x12DA25) is known color: Lime Green. HEX triplet: 12, DA and 25. RGB value is (18,218,37). Sum of RGB (Red+Green+Blue) = 18+218+37=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 218 (85.55% from 255 or 79.85% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA25 is #ED25DA. Grayscale: #8A8A8A. Windows color (decimal): -15541723 or 2480658. OLE color: 2480658.

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

Color convert

RGB 18 218 37 -
CMYK 0.92 0 0.83 0.15
HSL 125.7º 0.85% 0.46% -
HSV(B) 125.7º 0.92% 0.85% -
XYZ 25.65 50.4 10.13 -
YUV 137.57 71.24 42.72 -
System Red Green Blue C M Y K H S L
Decimal 18 218 37 0.92 0 0.83 0.15 125.7 0.85 0.46
Hex 12 DA 25 5C 0 53 F 7E 55 2E
Octal 22 332 45 134 0 123 17 176 125 56
Binary 10010 11011010 100101 1011100 0 1010011 1111 1111110 1010101 101110

Color Harmonies of #12DA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DA25

Black with #12DA25

Text Example


Text Example

White with #12DA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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