Html Css Color HEX #21BA3B Lime Green

📋 copy color: '#21BA3B'

red 33 ◦ green 186 ◦ blue 59

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

Shades of Lime Green #21BA3B

Tints of Lime Green #21BA3B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 66.91%

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 11.87%
G = 66.91%
B = 21.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#21BA3B (or 0x21BA3B) is known color: Lime Green. HEX triplet: 21, BA and 3B. RGB value is (33,186,59). Sum of RGB (Red+Green+Blue) = 33+186+59=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA3B is #DE45C4. Grayscale: #7E7E7E. Windows color (decimal): -14566853 or 3914273. OLE color: 3914273.

HSL color Cylindrical-coordinate representation of color #21BA3B: hue angle of 130.2º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA3B is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 186 59 -
CMYK 0.82 0 0.68 0.27
HSL 130.2º 0.7% 0.43% -
HSV(B) 130.2º 0.82% 0.73% -
XYZ 18.98 35.76 10.04 -
YUV 125.78 90.31 61.83 -
System Red Green Blue C M Y K H S L
Decimal 33 186 59 0.82 0 0.68 0.27 130.2 0.7 0.43
Hex 21 BA 3B 52 0 44 1B 82 46 2B
Octal 41 272 73 122 0 104 33 202 106 53
Binary 100001 10111010 111011 1010010 0 1000100 11011 10000010 1000110 101011

Color Harmonies of #21BA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BA3B

Black with #21BA3B

Text Example


Text Example

White with #21BA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,186,59); }

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

background-color css

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

 a { background-color: rgb(33,186,59); }

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

border-color css

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

 span { border-color: rgb(33,186,59); }

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