Html Css Color HEX #21BA30 Lime Green

📋 copy color: '#21BA30'

red 33 ◦ green 186 ◦ blue 48

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

Shades of Lime Green #21BA30

Tints of Lime Green #21BA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.98%

R = 12.36%
G = 69.66%
B = 17.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#21BA30 (or 0x21BA30) is known color: Lime Green. HEX triplet: 21, BA and 30. RGB value is (33,186,48). Sum of RGB (Red+Green+Blue) = 33+186+48=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA30 is #DE45CF. Grayscale: #7C7C7C. Windows color (decimal): -14566864 or 3193377. OLE color: 3193377.

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

Color convert

RGB 33 186 48 -
CMYK 0.82 0 0.74 0.27
HSL 125.88º 0.7% 0.43% -
HSV(B) 125.88º 0.82% 0.73% -
XYZ 18.72 35.65 8.69 -
YUV 124.52 84.81 62.72 -
System Red Green Blue C M Y K H S L
Decimal 33 186 48 0.82 0 0.74 0.27 125.88 0.7 0.43
Hex 21 BA 30 52 0 4A 1B 7E 46 2B
Octal 41 272 60 122 0 112 33 176 106 53
Binary 100001 10111010 110000 1010010 0 1001010 11011 1111110 1000110 101011

Color Harmonies of #21BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BA30

Black with #21BA30

Text Example


Text Example

White with #21BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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