Html Css Color HEX #21B935 Lime Green

📋 copy color: '#21B935'

red 33 ◦ green 185 ◦ blue 53

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

Shades of Lime Green #21B935

Tints of Lime Green #21B935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 68.27%

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 12.18%
G = 68.27%
B = 19.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#21B935 (or 0x21B935) is known color: Lime Green. HEX triplet: 21, B9 and 35. RGB value is (33,185,53). Sum of RGB (Red+Green+Blue) = 33+185+53=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 185 (72.66% from 255 or 68.27% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 185 - color contains mainly: green. Hex color #21B935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B935 is #DE46CA. Grayscale: #7C7C7C. Windows color (decimal): -14567115 or 3520801. OLE color: 3520801.

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

Color convert

RGB 33 185 53 -
CMYK 0.82 0 0.71 0.27
HSL 127.89º 0.7% 0.43% -
HSV(B) 127.89º 0.82% 0.73% -
XYZ 18.62 35.28 9.2 -
YUV 124.5 87.64 62.73 -
System Red Green Blue C M Y K H S L
Decimal 33 185 53 0.82 0 0.71 0.27 127.89 0.7 0.43
Hex 21 B9 35 52 0 47 1B 80 46 2B
Octal 41 271 65 122 0 107 33 200 106 53
Binary 100001 10111001 110101 1010010 0 1000111 11011 10000000 1000110 101011

Color Harmonies of #21B935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B935

Black with #21B935

Text Example


Text Example

White with #21B935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,185,53); }

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

background-color css

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

 a { background-color: rgb(33,185,53); }

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

border-color css

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

 span { border-color: rgb(33,185,53); }

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