Html Css Color HEX #2DBA27 Lime Green

📋 copy color: '#2DBA27'

red 45 ◦ green 186 ◦ blue 39

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

Shades of Lime Green #2DBA27

Tints of Lime Green #2DBA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 68.89%

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

R = 16.67%
G = 68.89%
B = 14.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#2DBA27 (or 0x2DBA27) is known color: Lime Green. HEX triplet: 2D, BA and 27. RGB value is (45,186,39). Sum of RGB (Red+Green+Blue) = 45+186+39=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA27 is #D245D8. Grayscale: #7F7F7F. Windows color (decimal): -13780441 or 2603565. OLE color: 2603565.

HSL color Cylindrical-coordinate representation of color #2DBA27: hue angle of 117.55º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DBA27 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 186 39 -
CMYK 0.76 0 0.79 0.27
HSL 117.55º 0.65% 0.44% -
HSV(B) 117.55º 0.79% 0.73% -
XYZ 19.01 35.82 7.83 -
YUV 127.08 78.29 69.45 -
System Red Green Blue C M Y K H S L
Decimal 45 186 39 0.76 0 0.79 0.27 117.55 0.65 0.44
Hex 2D BA 27 4C 0 4F 1B 76 41 2C
Octal 55 272 47 114 0 117 33 166 101 54
Binary 101101 10111010 100111 1001100 0 1001111 11011 1110110 1000001 101100

Color Harmonies of #2DBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBA27

Black with #2DBA27

Text Example


Text Example

White with #2DBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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