Html Css Color HEX #2DC036 Lime Green

📋 copy color: '#2DC036'

red 45 ◦ green 192 ◦ blue 54

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

Shades of Lime Green #2DC036

Tints of Lime Green #2DC036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 15.46%
G = 65.98%
B = 18.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#2DC036 (or 0x2DC036) is known color: Lime Green. HEX triplet: 2D, C0 and 36. RGB value is (45,192,54). Sum of RGB (Red+Green+Blue) = 45+192+54=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC036 is #D23FC9. Grayscale: #848484. Windows color (decimal): -13778890 or 3588141. OLE color: 3588141.

HSL color Cylindrical-coordinate representation of color #2DC036: hue angle of 123.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC036 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 54 -
CMYK 0.77 0 0.72 0.25
HSL 123.67º 0.62% 0.46% -
HSV(B) 123.67º 0.77% 0.75% -
XYZ 20.6 38.52 9.84 -
YUV 132.32 83.8 65.72 -
System Red Green Blue C M Y K H S L
Decimal 45 192 54 0.77 0 0.72 0.25 123.67 0.62 0.46
Hex 2D C0 36 4D 0 48 19 7C 3E 2E
Octal 55 300 66 115 0 110 31 174 76 56
Binary 101101 11000000 110110 1001101 0 1001000 11001 1111100 111110 101110

Color Harmonies of #2DC036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC036

Black with #2DC036

Text Example


Text Example

White with #2DC036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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