Html Css Color HEX #12D31B Lime Green

📋 copy color: '#12D31B'

red 18 ◦ green 211 ◦ blue 27

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

Shades of Lime Green #12D31B

Tints of Lime Green #12D31B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 82.42%

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 7.03%
G = 82.42%
B = 10.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#12D31B (or 0x12D31B) is known color: Lime Green. HEX triplet: 12, D3 and 1B. RGB value is (18,211,27). Sum of RGB (Red+Green+Blue) = 18+211+27=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 211 (82.81% from 255 or 82.42% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 211 - color contains mainly: green. Hex color #12D31B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D31B is #ED2CE4. Grayscale: #848484. Windows color (decimal): -15543525 or 1823506. OLE color: 1823506.

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

Color convert

RGB 18 211 27 -
CMYK 0.91 0 0.87 0.17
HSL 122.8º 0.84% 0.45% -
HSV(B) 122.8º 0.91% 0.83% -
XYZ 23.74 46.8 8.82 -
YUV 132.32 68.56 46.46 -
System Red Green Blue C M Y K H S L
Decimal 18 211 27 0.91 0 0.87 0.17 122.8 0.84 0.45
Hex 12 D3 1B 5B 0 57 11 7B 54 2D
Octal 22 323 33 133 0 127 21 173 124 55
Binary 10010 11010011 11011 1011011 0 1010111 10001 1111011 1010100 101101

Color Harmonies of #12D31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D31B

Black with #12D31B

Text Example


Text Example

White with #12D31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,211,27); }

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

background-color css

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

 a { background-color: rgb(18,211,27); }

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

border-color css

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

 span { border-color: rgb(18,211,27); }

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