Html Css Color HEX #2DC227 Lime Green

📋 copy color: '#2DC227'

red 45 ◦ green 194 ◦ blue 39

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

Shades of Lime Green #2DC227

Tints of Lime Green #2DC227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.78%

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

R = 16.19%
G = 69.78%
B = 14.03%

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

#2DC227 (or 0x2DC227) is known color: Lime Green. HEX triplet: 2D, C2 and 27. RGB value is (45,194,39). Sum of RGB (Red+Green+Blue) = 45+194+39=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 194 (76.17% from 255 or 69.78% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC227 is #D23DD8. Grayscale: #848484. Windows color (decimal): -13778393 or 2605613. OLE color: 2605613.

HSL color Cylindrical-coordinate representation of color #2DC227: hue angle of 117.68º 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 #2DC227 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 194 39 -
CMYK 0.77 0 0.80 0.24
HSL 117.68º 0.67% 0.46% -
HSV(B) 117.68º 0.8% 0.76% -
XYZ 20.74 39.29 8.41 -
YUV 131.78 75.64 66.1 -
System Red Green Blue C M Y K H S L
Decimal 45 194 39 0.77 0 0.80 0.24 117.68 0.67 0.46
Hex 2D C2 27 4D 0 50 18 76 43 2E
Octal 55 302 47 115 0 120 30 166 103 56
Binary 101101 11000010 100111 1001101 0 1010000 11000 1110110 1000011 101110

Color Harmonies of #2DC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC227

Black with #2DC227

Text Example


Text Example

White with #2DC227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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