Html Css Color HEX #2DB227 Lime Green

📋 copy color: '#2DB227'

red 45 ◦ green 178 ◦ blue 39

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

Shades of Lime Green #2DB227

Tints of Lime Green #2DB227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 67.94%

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

R = 17.18%
G = 67.94%
B = 14.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#2DB227 (or 0x2DB227) is known color: Lime Green. HEX triplet: 2D, B2 and 27. RGB value is (45,178,39). Sum of RGB (Red+Green+Blue) = 45+178+39=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 178 (69.92% from 255 or 67.94% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB227 is #D24DD8. Grayscale: #7A7A7A. Windows color (decimal): -13782489 or 2601517. OLE color: 2601517.

HSL color Cylindrical-coordinate representation of color #2DB227: hue angle of 117.41º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DB227 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 178 39 -
CMYK 0.75 0 0.78 0.30
HSL 117.41º 0.64% 0.43% -
HSV(B) 117.41º 0.78% 0.7% -
XYZ 17.37 32.55 7.29 -
YUV 122.39 80.94 72.8 -
System Red Green Blue C M Y K H S L
Decimal 45 178 39 0.75 0 0.78 0.30 117.41 0.64 0.43
Hex 2D B2 27 4B 0 4E 1E 75 40 2B
Octal 55 262 47 113 0 116 36 165 100 53
Binary 101101 10110010 100111 1001011 0 1001110 11110 1110101 1000000 101011

Color Harmonies of #2DB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB227

Black with #2DB227

Text Example


Text Example

White with #2DB227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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