Html Css Color HEX #21C03D Lime Green

📋 copy color: '#21C03D'

red 33 ◦ green 192 ◦ blue 61

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

Shades of Lime Green #21C03D

Tints of Lime Green #21C03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.13%

 BLUE value IS 61 (24.22% from 255) = 21.33%

R = 11.54%
G = 67.13%
B = 21.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#21C03D (or 0x21C03D) is known color: Lime Green. HEX triplet: 21, C0 and 3D. RGB value is (33,192,61). Sum of RGB (Red+Green+Blue) = 33+192+61=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #21C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C03D is #DE3FC2. Grayscale: #818181. Windows color (decimal): -14565315 or 4046881. OLE color: 4046881.

HSL color Cylindrical-coordinate representation of color #21C03D: hue angle of 130.57º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C03D is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 192 61 -
CMYK 0.83 0 0.68 0.25
HSL 130.57º 0.71% 0.44% -
HSV(B) 130.57º 0.83% 0.75% -
XYZ 20.32 38.36 10.75 -
YUV 129.53 89.32 59.15 -
System Red Green Blue C M Y K H S L
Decimal 33 192 61 0.83 0 0.68 0.25 130.57 0.71 0.44
Hex 21 C0 3D 53 0 44 19 83 47 2C
Octal 41 300 75 123 0 104 31 203 107 54
Binary 100001 11000000 111101 1010011 0 1000100 11001 10000011 1000111 101100

Color Harmonies of #21C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C03D

Black with #21C03D

Text Example


Text Example

White with #21C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,192,61); }

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

background-color css

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

 a { background-color: rgb(33,192,61); }

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

border-color css

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

 span { border-color: rgb(33,192,61); }

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