Html Css Color HEX #2DCE2C Lime Green

📋 copy color: '#2DCE2C'

red 45 ◦ green 206 ◦ blue 44

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

Shades of Lime Green #2DCE2C

Tints of Lime Green #2DCE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 15.25%
G = 69.83%
B = 14.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#2DCE2C (or 0x2DCE2C) is known color: Lime Green. HEX triplet: 2D, CE and 2C. RGB value is (45,206,44). Sum of RGB (Red+Green+Blue) = 45+206+44=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 206 (80.86% from 255 or 69.83% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE2C is #D231D3. Grayscale: #8B8B8B. Windows color (decimal): -13775316 or 2936365. OLE color: 2936365.

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

Color convert

RGB 45 206 44 -
CMYK 0.78 0 0.79 0.19
HSL 119.63º 0.65% 0.49% -
HSV(B) 119.63º 0.79% 0.81% -
XYZ 23.61 44.88 9.8 -
YUV 139.39 74.16 60.67 -
System Red Green Blue C M Y K H S L
Decimal 45 206 44 0.78 0 0.79 0.19 119.63 0.65 0.49
Hex 2D CE 2C 4E 0 4F 13 78 41 31
Octal 55 316 54 116 0 117 23 170 101 61
Binary 101101 11001110 101100 1001110 0 1001111 10011 1111000 1000001 110001

Color Harmonies of #2DCE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE2C

Black with #2DCE2C

Text Example


Text Example

White with #2DCE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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