Html Css Color HEX #21D235 Lime Green

📋 copy color: '#21D235'

red 33 ◦ green 210 ◦ blue 53

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

Shades of Lime Green #21D235

Tints of Lime Green #21D235

RGB

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

 GREEN value IS 210 (82.42% from 255) = 70.95%

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

R = 11.15%
G = 70.95%
B = 17.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#21D235 (or 0x21D235) is known color: Lime Green. HEX triplet: 21, D2 and 35. RGB value is (33,210,53). Sum of RGB (Red+Green+Blue) = 33+210+53=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 210 (82.42% from 255 or 70.95% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 210 - color contains mainly: green. Hex color #21D235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D235 is #DE2DCA. Grayscale: #8B8B8B. Windows color (decimal): -14560715 or 3527201. OLE color: 3527201.

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

Color convert

RGB 33 210 53 -
CMYK 0.84 0 0.75 0.18
HSL 126.78º 0.73% 0.48% -
HSV(B) 126.78º 0.84% 0.82% -
XYZ 24.32 46.67 11.1 -
YUV 139.18 79.36 52.27 -
System Red Green Blue C M Y K H S L
Decimal 33 210 53 0.84 0 0.75 0.18 126.78 0.73 0.48
Hex 21 D2 35 54 0 4B 12 7F 49 30
Octal 41 322 65 124 0 113 22 177 111 60
Binary 100001 11010010 110101 1010100 0 1001011 10010 1111111 1001001 110000

Color Harmonies of #21D235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D235

Black with #21D235

Text Example


Text Example

White with #21D235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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