Html Css Color HEX #12E02D Lime Green

📋 copy color: '#12E02D'

red 18 ◦ green 224 ◦ blue 45

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

Shades of Lime Green #12E02D

Tints of Lime Green #12E02D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 78.05%

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 6.27%
G = 78.05%
B = 15.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#12E02D (or 0x12E02D) is known color: Lime Green. HEX triplet: 12, E0 and 2D. RGB value is (18,224,45). Sum of RGB (Red+Green+Blue) = 18+224+45=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 224 (87.89% from 255 or 78.05% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 224 - color contains mainly: green. Hex color #12E02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E02D is #ED1FD2. Grayscale: #8E8E8E. Windows color (decimal): -15540179 or 3006482. OLE color: 3006482.

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

Color convert

RGB 18 224 45 -
CMYK 0.92 0 0.80 0.12
HSL 127.86º 0.85% 0.47% -
HSV(B) 127.86º 0.92% 0.88% -
XYZ 27.38 53.63 11.39 -
YUV 142 73.25 39.55 -
System Red Green Blue C M Y K H S L
Decimal 18 224 45 0.92 0 0.80 0.12 127.86 0.85 0.47
Hex 12 E0 2D 5C 0 50 C 80 55 2F
Octal 22 340 55 134 0 120 14 200 125 57
Binary 10010 11100000 101101 1011100 0 1010000 1100 10000000 1010101 101111

Color Harmonies of #12E02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E02D

Black with #12E02D

Text Example


Text Example

White with #12E02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,224,45); }

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

background-color css

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

 a { background-color: rgb(18,224,45); }

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

border-color css

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

 span { border-color: rgb(18,224,45); }

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