Html Css Color HEX #2DC021 Lime Green

📋 copy color: '#2DC021'

red 45 ◦ green 192 ◦ blue 33

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

Shades of Lime Green #2DC021

Tints of Lime Green #2DC021

RGB

 RED value IS 45 (17.97% from 255) = 16.67%

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

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 16.67%
G = 71.11%
B = 12.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#2DC021 (or 0x2DC021) is known color: Lime Green. HEX triplet: 2D, C0 and 21. RGB value is (45,192,33). Sum of RGB (Red+Green+Blue) = 45+192+33=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC021 is #D23FDE. Grayscale: #828282. Windows color (decimal): -13778911 or 2211885. OLE color: 2211885.

HSL color Cylindrical-coordinate representation of color #2DC021: hue angle of 115.47º 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 #2DC021 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 33 -
CMYK 0.77 0 0.83 0.25
HSL 115.47º 0.71% 0.44% -
HSV(B) 115.47º 0.83% 0.75% -
XYZ 20.21 38.37 7.78 -
YUV 129.92 73.3 67.43 -
System Red Green Blue C M Y K H S L
Decimal 45 192 33 0.77 0 0.83 0.25 115.47 0.71 0.44
Hex 2D C0 21 4D 0 53 19 73 47 2C
Octal 55 300 41 115 0 123 31 163 107 54
Binary 101101 11000000 100001 1001101 0 1010011 11001 1110011 1000111 101100

Color Harmonies of #2DC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC021

Black with #2DC021

Text Example


Text Example

White with #2DC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DC021; }

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

 H1.HeaderClassName
 {
   color: #2DC021;
 }
 .AnyTagClassName
 {
   color: #2DC021;
 }
</style>

background-color css

<style>
 a { background-color: #2DC021; }

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

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

border-color css

<style>
 span { border-color: #2DC021; }

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

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