Html Css Color HEX #2DC327 Lime Green

📋 copy color: '#2DC327'

red 45 ◦ green 195 ◦ blue 39

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

Shades of Lime Green #2DC327

Tints of Lime Green #2DC327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.98%

R = 16.13%
G = 69.89%
B = 13.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#2DC327 (or 0x2DC327) is known color: Lime Green. HEX triplet: 2D, C3 and 27. RGB value is (45,195,39). Sum of RGB (Red+Green+Blue) = 45+195+39=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC327 is #D23CD8. Grayscale: #848484. Windows color (decimal): -13778137 or 2605869. OLE color: 2605869.

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

Color convert

RGB 45 195 39 -
CMYK 0.77 0 0.80 0.24
HSL 117.69º 0.67% 0.46% -
HSV(B) 117.69º 0.8% 0.76% -
XYZ 20.96 39.73 8.48 -
YUV 132.37 75.31 65.68 -
System Red Green Blue C M Y K H S L
Decimal 45 195 39 0.77 0 0.80 0.24 117.69 0.67 0.46
Hex 2D C3 27 4D 0 50 18 76 43 2E
Octal 55 303 47 115 0 120 30 166 103 56
Binary 101101 11000011 100111 1001101 0 1010000 11000 1110110 1000011 101110

Color Harmonies of #2DC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC327

Black with #2DC327

Text Example


Text Example

White with #2DC327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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