Html Css Color HEX #21BA3D Lime Green

📋 copy color: '#21BA3D'

red 33 ◦ green 186 ◦ blue 61

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

Shades of Lime Green #21BA3D

Tints of Lime Green #21BA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 11.79%
G = 66.43%
B = 21.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#21BA3D (or 0x21BA3D) is known color: Lime Green. HEX triplet: 21, BA and 3D. RGB value is (33,186,61). Sum of RGB (Red+Green+Blue) = 33+186+61=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA3D is #DE45C2. Grayscale: #7E7E7E. Windows color (decimal): -14566851 or 4045345. OLE color: 4045345.

HSL color Cylindrical-coordinate representation of color #21BA3D: hue angle of 130.98º 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 #21BA3D is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 186 61 -
CMYK 0.82 0 0.67 0.27
HSL 130.98º 0.7% 0.43% -
HSV(B) 130.98º 0.82% 0.73% -
XYZ 19.03 35.78 10.32 -
YUV 126 91.31 61.66 -
System Red Green Blue C M Y K H S L
Decimal 33 186 61 0.82 0 0.67 0.27 130.98 0.7 0.43
Hex 21 BA 3D 52 0 43 1B 83 46 2B
Octal 41 272 75 122 0 103 33 203 106 53
Binary 100001 10111010 111101 1010010 0 1000011 11011 10000011 1000110 101011

Color Harmonies of #21BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BA3D

Black with #21BA3D

Text Example


Text Example

White with #21BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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