Html Css Color HEX #21B12E Lime Green

📋 copy color: '#21B12E'

red 33 ◦ green 177 ◦ blue 46

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

Shades of Lime Green #21B12E

Tints of Lime Green #21B12E

RGB

 RED value IS 33 (13.28% from 255) = 12.89%

 GREEN value IS 177 (69.53% from 255) = 69.14%

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 12.89%
G = 69.14%
B = 17.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#21B12E (or 0x21B12E) is known color: Lime Green. HEX triplet: 21, B1 and 2E. RGB value is (33,177,46). Sum of RGB (Red+Green+Blue) = 33+177+46=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 177 (69.53% from 255 or 69.14% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 177 - color contains mainly: green. Hex color #21B12E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B12E is #DE4ED1. Grayscale: #777777. Windows color (decimal): -14569170 or 3060001. OLE color: 3060001.

HSL color Cylindrical-coordinate representation of color #21B12E: hue angle of 125.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B12E is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 177 46 -
CMYK 0.81 0 0.74 0.31
HSL 125.42º 0.69% 0.41% -
HSV(B) 125.42º 0.81% 0.69% -
XYZ 16.84 31.96 7.87 -
YUV 119.01 86.79 66.65 -
System Red Green Blue C M Y K H S L
Decimal 33 177 46 0.81 0 0.74 0.31 125.42 0.69 0.41
Hex 21 B1 2E 51 0 4A 1F 7D 45 29
Octal 41 261 56 121 0 112 37 175 105 51
Binary 100001 10110001 101110 1010001 0 1001010 11111 1111101 1000101 101001

Color Harmonies of #21B12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B12E

Black with #21B12E

Text Example


Text Example

White with #21B12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21B12E; }

 p { color: rgb(33,177,46); }

 H1.HeaderClassName
 {
   color: #21B12E;
 }
 .AnyTagClassName
 {
   color: #21B12E;
 }
</style>

background-color css

<style>
 a { background-color: #21B12E; }

 a { background-color: rgb(33,177,46); }

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

border-color css

<style>
 span { border-color: #21B12E; }

 span { border-color: rgb(33,177,46); }

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