Html Css Color HEX #21B21B Lime Green

📋 copy color: '#21B21B'

red 33 ◦ green 178 ◦ blue 27

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

Shades of Lime Green #21B21B

Tints of Lime Green #21B21B

RGB

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

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

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

R = 13.87%
G = 74.79%
B = 11.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#21B21B (or 0x21B21B) is known color: Lime Green. HEX triplet: 21, B2 and 1B. RGB value is (33,178,27). Sum of RGB (Red+Green+Blue) = 33+178+27=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 178 (69.92% from 255 or 74.79% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 178 - color contains mainly: green. Hex color #21B21B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B21B is #DE4DE4. Grayscale: #757575. Windows color (decimal): -14568933 or 1815073. OLE color: 1815073.

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

Color convert

RGB 33 178 27 -
CMYK 0.81 0 0.85 0.30
HSL 117.62º 0.74% 0.4% -
HSV(B) 117.62º 0.85% 0.7% -
XYZ 16.75 32.24 6.38 -
YUV 117.43 76.96 67.78 -
System Red Green Blue C M Y K H S L
Decimal 33 178 27 0.81 0 0.85 0.30 117.62 0.74 0.4
Hex 21 B2 1B 51 0 55 1E 76 4A 28
Octal 41 262 33 121 0 125 36 166 112 50
Binary 100001 10110010 11011 1010001 0 1010101 11110 1110110 1001010 101000

Color Harmonies of #21B21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B21B

Black with #21B21B

Text Example


Text Example

White with #21B21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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