Html Css Color HEX #21B42D Lime Green

📋 copy color: '#21B42D'

red 33 ◦ green 180 ◦ blue 45

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

Shades of Lime Green #21B42D

Tints of Lime Green #21B42D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 69.77%

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

R = 12.79%
G = 69.77%
B = 17.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#21B42D (or 0x21B42D) is known color: Lime Green. HEX triplet: 21, B4 and 2D. RGB value is (33,180,45). Sum of RGB (Red+Green+Blue) = 33+180+45=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 180 (70.70% from 255 or 69.77% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 180 - color contains mainly: green. Hex color #21B42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B42D is #DE4BD2. Grayscale: #797979. Windows color (decimal): -14568403 or 2995233. OLE color: 2995233.

HSL color Cylindrical-coordinate representation of color #21B42D: hue angle of 124.9º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B42D is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 180 45 -
CMYK 0.82 0 0.75 0.29
HSL 124.9º 0.69% 0.42% -
HSV(B) 124.9º 0.82% 0.71% -
XYZ 17.42 33.16 7.96 -
YUV 120.66 85.3 65.48 -
System Red Green Blue C M Y K H S L
Decimal 33 180 45 0.82 0 0.75 0.29 124.9 0.69 0.42
Hex 21 B4 2D 52 0 4B 1D 7D 45 2A
Octal 41 264 55 122 0 113 35 175 105 52
Binary 100001 10110100 101101 1010010 0 1001011 11101 1111101 1000101 101010

Color Harmonies of #21B42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B42D

Black with #21B42D

Text Example


Text Example

White with #21B42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,180,45); }

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

background-color css

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

 a { background-color: rgb(33,180,45); }

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

border-color css

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

 span { border-color: rgb(33,180,45); }

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