Html Css Color HEX #2DBC42 Lime Green

📋 copy color: '#2DBC42'

red 45 ◦ green 188 ◦ blue 66

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

Shades of Lime Green #2DBC42

Tints of Lime Green #2DBC42

RGB

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

 GREEN value IS 188 (73.83% from 255) = 62.88%

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

R = 15.05%
G = 62.88%
B = 22.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#2DBC42 (or 0x2DBC42) is known color: Lime Green. HEX triplet: 2D, BC and 42. RGB value is (45,188,66). Sum of RGB (Red+Green+Blue) = 45+188+66=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBC42 is #D243BD. Grayscale: #838383. Windows color (decimal): -13779902 or 4373549. OLE color: 4373549.

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

Color convert

RGB 45 188 66 -
CMYK 0.76 0 0.65 0.26
HSL 128.81º 0.61% 0.46% -
HSV(B) 128.81º 0.76% 0.74% -
XYZ 20.05 36.92 11.22 -
YUV 131.34 91.12 66.42 -
System Red Green Blue C M Y K H S L
Decimal 45 188 66 0.76 0 0.65 0.26 128.81 0.61 0.46
Hex 2D BC 42 4C 0 41 1A 81 3D 2E
Octal 55 274 102 114 0 101 32 201 75 56
Binary 101101 10111100 1000010 1001100 0 1000001 11010 10000001 111101 101110

Color Harmonies of #2DBC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBC42

Black with #2DBC42

Text Example


Text Example

White with #2DBC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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