Html Css Color HEX #21D039 Lime Green

📋 copy color: '#21D039'

red 33 ◦ green 208 ◦ blue 57

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

Shades of Lime Green #21D039

Tints of Lime Green #21D039

RGB

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

 GREEN value IS 208 (81.64% from 255) = 69.8%

 BLUE value IS 57 (22.66% from 255) = 19.13%

R = 11.07%
G = 69.8%
B = 19.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#21D039 (or 0x21D039) is known color: Lime Green. HEX triplet: 21, D0 and 39. RGB value is (33,208,57). Sum of RGB (Red+Green+Blue) = 33+208+57=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #21D039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D039 is #DE2FC6. Grayscale: #8A8A8A. Windows color (decimal): -14561223 or 3788833. OLE color: 3788833.

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

Color convert

RGB 33 208 57 -
CMYK 0.84 0 0.73 0.18
HSL 128.23º 0.73% 0.47% -
HSV(B) 128.23º 0.84% 0.82% -
XYZ 23.92 45.73 11.44 -
YUV 138.46 82.02 52.78 -
System Red Green Blue C M Y K H S L
Decimal 33 208 57 0.84 0 0.73 0.18 128.23 0.73 0.47
Hex 21 D0 39 54 0 49 12 80 49 2F
Octal 41 320 71 124 0 111 22 200 111 57
Binary 100001 11010000 111001 1010100 0 1001001 10010 10000000 1001001 101111

Color Harmonies of #21D039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D039

Black with #21D039

Text Example


Text Example

White with #21D039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,208,57); }

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

background-color css

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

 a { background-color: rgb(33,208,57); }

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

border-color css

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

 span { border-color: rgb(33,208,57); }

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