Html Css Color HEX #2DC341 Lime Green

📋 copy color: '#2DC341'

red 45 ◦ green 195 ◦ blue 65

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

Shades of Lime Green #2DC341

Tints of Lime Green #2DC341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.93%

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 14.75%
G = 63.93%
B = 21.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#2DC341 (or 0x2DC341) is known color: Lime Green. HEX triplet: 2D, C3 and 41. RGB value is (45,195,65). Sum of RGB (Red+Green+Blue) = 45+195+65=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC341 is #D23CBE. Grayscale: #878787. Windows color (decimal): -13778111 or 4309805. OLE color: 4309805.

HSL color Cylindrical-coordinate representation of color #2DC341: hue angle of 128º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC341 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 195 65 -
CMYK 0.77 0 0.67 0.24
HSL 128º 0.63% 0.47% -
HSV(B) 128º 0.77% 0.76% -
XYZ 21.55 39.97 11.58 -
YUV 135.33 88.31 63.57 -
System Red Green Blue C M Y K H S L
Decimal 45 195 65 0.77 0 0.67 0.24 128 0.63 0.47
Hex 2D C3 41 4D 0 43 18 80 3E 2F
Octal 55 303 101 115 0 103 30 200 76 57
Binary 101101 11000011 1000001 1001101 0 1000011 11000 10000000 111110 101111

Color Harmonies of #2DC341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC341

Black with #2DC341

Text Example


Text Example

White with #2DC341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,195,65); }

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

background-color css

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

 a { background-color: rgb(45,195,65); }

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

border-color css

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

 span { border-color: rgb(45,195,65); }

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