Html Css Color HEX #21BA1D Lime Green

📋 copy color: '#21BA1D'

red 33 ◦ green 186 ◦ blue 29

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

Shades of Lime Green #21BA1D

Tints of Lime Green #21BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.69%

R = 13.31%
G = 75%
B = 11.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#21BA1D (or 0x21BA1D) is known color: Lime Green. HEX triplet: 21, BA and 1D. RGB value is (33,186,29). Sum of RGB (Red+Green+Blue) = 33+186+29=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 186 (73.05% from 255 or 75% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA1D is #DE45E2. Grayscale: #7A7A7A. Windows color (decimal): -14566883 or 1948193. OLE color: 1948193.

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

Color convert

RGB 33 186 29 -
CMYK 0.82 0 0.84 0.27
HSL 118.47º 0.73% 0.42% -
HSV(B) 118.47º 0.84% 0.73% -
XYZ 18.41 35.53 7.05 -
YUV 122.36 75.31 64.27 -
System Red Green Blue C M Y K H S L
Decimal 33 186 29 0.82 0 0.84 0.27 118.47 0.73 0.42
Hex 21 BA 1D 52 0 54 1B 76 49 2A
Octal 41 272 35 122 0 124 33 166 111 52
Binary 100001 10111010 11101 1010010 0 1010100 11011 1110110 1001001 101010

Color Harmonies of #21BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BA1D

Black with #21BA1D

Text Example


Text Example

White with #21BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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