Html Css Color HEX #2DBA42 Lime Green

📋 copy color: '#2DBA42'

red 45 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #2DBA42

Tints of Lime Green #2DBA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 15.15%
G = 62.63%
B = 22.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#2DBA42 (or 0x2DBA42) is known color: Lime Green. HEX triplet: 2D, BA and 42. RGB value is (45,186,66). Sum of RGB (Red+Green+Blue) = 45+186+66=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA42 is #D245BD. Grayscale: #828282. Windows color (decimal): -13780414 or 4373037. OLE color: 4373037.

HSL color Cylindrical-coordinate representation of color #2DBA42: hue angle of 128.94º 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 #2DBA42 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 186 66 -
CMYK 0.76 0 0.65 0.27
HSL 128.94º 0.61% 0.45% -
HSV(B) 128.94º 0.76% 0.73% -
XYZ 19.62 36.07 11.08 -
YUV 130.16 91.79 67.26 -
System Red Green Blue C M Y K H S L
Decimal 45 186 66 0.76 0 0.65 0.27 128.94 0.61 0.45
Hex 2D BA 42 4C 0 41 1B 81 3D 2D
Octal 55 272 102 114 0 101 33 201 75 55
Binary 101101 10111010 1000010 1001100 0 1000001 11011 10000001 111101 101101

Color Harmonies of #2DBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBA42

Black with #2DBA42

Text Example


Text Example

White with #2DBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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