Html Css Color HEX #2DB63A Lime Green

📋 copy color: '#2DB63A'

red 45 ◦ green 182 ◦ blue 58

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

Shades of Lime Green #2DB63A

Tints of Lime Green #2DB63A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 63.86%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 15.79%
G = 63.86%
B = 20.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#2DB63A (or 0x2DB63A) is known color: Lime Green. HEX triplet: 2D, B6 and 3A. RGB value is (45,182,58). Sum of RGB (Red+Green+Blue) = 45+182+58=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 182 (71.48% from 255 or 63.86% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB63A is #D249C5. Grayscale: #7F7F7F. Windows color (decimal): -13781446 or 3847725. OLE color: 3847725.

HSL color Cylindrical-coordinate representation of color #2DB63A: hue angle of 125.69º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB63A is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 182 58 -
CMYK 0.75 0 0.68 0.29
HSL 125.69º 0.6% 0.45% -
HSV(B) 125.69º 0.75% 0.71% -
XYZ 18.57 34.32 9.65 -
YUV 126.9 89.11 69.58 -
System Red Green Blue C M Y K H S L
Decimal 45 182 58 0.75 0 0.68 0.29 125.69 0.6 0.45
Hex 2D B6 3A 4B 0 44 1D 7E 3C 2D
Octal 55 266 72 113 0 104 35 176 74 55
Binary 101101 10110110 111010 1001011 0 1000100 11101 1111110 111100 101101

Color Harmonies of #2DB63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB63A

Black with #2DB63A

Text Example


Text Example

White with #2DB63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,182,58); }

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

background-color css

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

 a { background-color: rgb(45,182,58); }

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

border-color css

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

 span { border-color: rgb(45,182,58); }

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