Html Css Color HEX #21B028 Lime Green

📋 copy color: '#21B028'

red 33 ◦ green 176 ◦ blue 40

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

Shades of Lime Green #21B028

Tints of Lime Green #21B028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 70.68%

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 13.25%
G = 70.68%
B = 16.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#21B028 (or 0x21B028) is known color: Lime Green. HEX triplet: 21, B0 and 28. RGB value is (33,176,40). Sum of RGB (Red+Green+Blue) = 33+176+40=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 176 (69.14% from 255 or 70.68% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 176 - color contains mainly: green. Hex color #21B028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B028 is #DE4FD7. Grayscale: #767676. Windows color (decimal): -14569432 or 2666529. OLE color: 2666529.

HSL color Cylindrical-coordinate representation of color #21B028: hue angle of 122.94º degrees, saturation: 0.68, 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 #21B028 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 176 40 -
CMYK 0.81 0 0.77 0.31
HSL 122.94º 0.68% 0.41% -
HSV(B) 122.94º 0.81% 0.69% -
XYZ 16.54 31.53 7.22 -
YUV 117.74 84.12 67.56 -
System Red Green Blue C M Y K H S L
Decimal 33 176 40 0.81 0 0.77 0.31 122.94 0.68 0.41
Hex 21 B0 28 51 0 4D 1F 7B 44 29
Octal 41 260 50 121 0 115 37 173 104 51
Binary 100001 10110000 101000 1010001 0 1001101 11111 1111011 1000100 101001

Color Harmonies of #21B028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B028

Black with #21B028

Text Example


Text Example

White with #21B028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,176,40); }

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

background-color css

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

 a { background-color: rgb(33,176,40); }

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

border-color css

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

 span { border-color: rgb(33,176,40); }

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