Html Css Color HEX #21B21E Lime Green

📋 copy color: '#21B21E'

red 33 ◦ green 178 ◦ blue 30

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

Shades of Lime Green #21B21E

Tints of Lime Green #21B21E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 73.86%

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 13.69%
G = 73.86%
B = 12.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#21B21E (or 0x21B21E) is known color: Lime Green. HEX triplet: 21, B2 and 1E. RGB value is (33,178,30). Sum of RGB (Red+Green+Blue) = 33+178+30=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 178 (69.92% from 255 or 73.86% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 178 - color contains mainly: green. Hex color #21B21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B21E is #DE4DE1. Grayscale: #767676. Windows color (decimal): -14568930 or 2011681. OLE color: 2011681.

HSL color Cylindrical-coordinate representation of color #21B21E: hue angle of 118.78º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21B21E is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 178 30 -
CMYK 0.81 0 0.83 0.30
HSL 118.78º 0.71% 0.41% -
HSV(B) 118.78º 0.83% 0.7% -
XYZ 16.78 32.26 6.57 -
YUV 117.77 78.46 67.53 -
System Red Green Blue C M Y K H S L
Decimal 33 178 30 0.81 0 0.83 0.30 118.78 0.71 0.41
Hex 21 B2 1E 51 0 53 1E 77 47 29
Octal 41 262 36 121 0 123 36 167 107 51
Binary 100001 10110010 11110 1010001 0 1010011 11110 1110111 1000111 101001

Color Harmonies of #21B21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B21E

Black with #21B21E

Text Example


Text Example

White with #21B21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,178,30); }

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

background-color css

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

 a { background-color: rgb(33,178,30); }

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

border-color css

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

 span { border-color: rgb(33,178,30); }

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