Html Css Color HEX #21D041 Lime Green

📋 copy color: '#21D041'

red 33 ◦ green 208 ◦ blue 65

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

Shades of Lime Green #21D041

Tints of Lime Green #21D041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 10.78%
G = 67.97%
B = 21.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#21D041 (or 0x21D041) is known color: Lime Green. HEX triplet: 21, D0 and 41. RGB value is (33,208,65). Sum of RGB (Red+Green+Blue) = 33+208+65=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 208 (81.64% from 255 or 67.97% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 208 - color contains mainly: green. Hex color #21D041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D041 is #DE2FBE. Grayscale: #8B8B8B. Windows color (decimal): -14561215 or 4313121. OLE color: 4313121.

HSL color Cylindrical-coordinate representation of color #21D041: hue angle of 130.97º 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 #21D041 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 208 65 -
CMYK 0.84 0 0.69 0.18
HSL 130.97º 0.73% 0.47% -
HSV(B) 130.97º 0.84% 0.82% -
XYZ 24.14 45.82 12.57 -
YUV 139.37 86.02 52.13 -
System Red Green Blue C M Y K H S L
Decimal 33 208 65 0.84 0 0.69 0.18 130.97 0.73 0.47
Hex 21 D0 41 54 0 45 12 83 49 2F
Octal 41 320 101 124 0 105 22 203 111 57
Binary 100001 11010000 1000001 1010100 0 1000101 10010 10000011 1001001 101111

Color Harmonies of #21D041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D041

Black with #21D041

Text Example


Text Example

White with #21D041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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