Html Css Color HEX #2DCE38 Lime Green

📋 copy color: '#2DCE38'

red 45 ◦ green 206 ◦ blue 56

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

Shades of Lime Green #2DCE38

Tints of Lime Green #2DCE38

RGB

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

 GREEN value IS 206 (80.86% from 255) = 67.1%

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 14.66%
G = 67.1%
B = 18.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#2DCE38 (or 0x2DCE38) is known color: Lime Green. HEX triplet: 2D, CE and 38. RGB value is (45,206,56). Sum of RGB (Red+Green+Blue) = 45+206+56=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 206 (80.86% from 255 or 67.10% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE38 is #D231C7. Grayscale: #8D8D8D. Windows color (decimal): -13775304 or 3722797. OLE color: 3722797.

HSL color Cylindrical-coordinate representation of color #2DCE38: hue angle of 124.1º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCE38 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 206 56 -
CMYK 0.78 0 0.73 0.19
HSL 124.1º 0.64% 0.49% -
HSV(B) 124.1º 0.78% 0.81% -
XYZ 23.87 44.99 11.17 -
YUV 140.76 80.16 59.7 -
System Red Green Blue C M Y K H S L
Decimal 45 206 56 0.78 0 0.73 0.19 124.1 0.64 0.49
Hex 2D CE 38 4E 0 49 13 7C 40 31
Octal 55 316 70 116 0 111 23 174 100 61
Binary 101101 11001110 111000 1001110 0 1001001 10011 1111100 1000000 110001

Color Harmonies of #2DCE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE38

Black with #2DCE38

Text Example


Text Example

White with #2DCE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,206,56); }

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

background-color css

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

 a { background-color: rgb(45,206,56); }

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

border-color css

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

 span { border-color: rgb(45,206,56); }

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