Html Css Color HEX #2DBA30 Lime Green

📋 copy color: '#2DBA30'

red 45 ◦ green 186 ◦ blue 48

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

Shades of Lime Green #2DBA30

Tints of Lime Green #2DBA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 16.13%
G = 66.67%
B = 17.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#2DBA30 (or 0x2DBA30) is known color: Lime Green. HEX triplet: 2D, BA and 30. RGB value is (45,186,48). Sum of RGB (Red+Green+Blue) = 45+186+48=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA30 is #D245CF. Grayscale: #808080. Windows color (decimal): -13780432 or 3193389. OLE color: 3193389.

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

Color convert

RGB 45 186 48 -
CMYK 0.76 0 0.74 0.27
HSL 121.28º 0.61% 0.45% -
HSV(B) 121.28º 0.76% 0.73% -
XYZ 19.17 35.89 8.71 -
YUV 128.11 82.79 68.72 -
System Red Green Blue C M Y K H S L
Decimal 45 186 48 0.76 0 0.74 0.27 121.28 0.61 0.45
Hex 2D BA 30 4C 0 4A 1B 79 3D 2D
Octal 55 272 60 114 0 112 33 171 75 55
Binary 101101 10111010 110000 1001100 0 1001010 11011 1111001 111101 101101

Color Harmonies of #2DBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBA30

Black with #2DBA30

Text Example


Text Example

White with #2DBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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