Html Css Color HEX #2BCD3A Lime Green

📋 copy color: '#2BCD3A'

red 43 ◦ green 205 ◦ blue 58

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

Shades of Lime Green #2BCD3A

Tints of Lime Green #2BCD3A

RGB

 RED value IS 43 (17.19% from 255) = 14.05%

 GREEN value IS 205 (80.47% from 255) = 66.99%

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

R = 14.05%
G = 66.99%
B = 18.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#2BCD3A (or 0x2BCD3A) is known color: Lime Green. HEX triplet: 2B, CD and 3A. RGB value is (43,205,58). Sum of RGB (Red+Green+Blue) = 43+205+58=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 205 (80.47% from 255 or 66.99% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCD3A is #D432C5. Grayscale: #8C8C8C. Windows color (decimal): -13906630 or 3853611. OLE color: 3853611.

HSL color Cylindrical-coordinate representation of color #2BCD3A: hue angle of 125.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCD3A is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 205 58 -
CMYK 0.79 0 0.72 0.20
HSL 125.56º 0.65% 0.49% -
HSV(B) 125.56º 0.79% 0.8% -
XYZ 23.59 44.48 11.35 -
YUV 139.8 81.83 58.95 -
System Red Green Blue C M Y K H S L
Decimal 43 205 58 0.79 0 0.72 0.20 125.56 0.65 0.49
Hex 2B CD 3A 4F 0 48 14 7E 41 31
Octal 53 315 72 117 0 110 24 176 101 61
Binary 101011 11001101 111010 1001111 0 1001000 10100 1111110 1000001 110001

Color Harmonies of #2BCD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD3A

Black with #2BCD3A

Text Example


Text Example

White with #2BCD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,205,58); }

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

background-color css

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

 a { background-color: rgb(43,205,58); }

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

border-color css

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

 span { border-color: rgb(43,205,58); }

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