Html Css Color HEX #2BCD4E Lime Green

📋 copy color: '#2BCD4E'

red 43 ◦ green 205 ◦ blue 78

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

Shades of Lime Green #2BCD4E

Tints of Lime Green #2BCD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.93%

R = 13.19%
G = 62.88%
B = 23.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#2BCD4E (or 0x2BCD4E) is known color: Lime Green. HEX triplet: 2B, CD and 4E. RGB value is (43,205,78). Sum of RGB (Red+Green+Blue) = 43+205+78=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 205 (80.47% from 255 or 62.88% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD4E is #D432B1. Grayscale: #8E8E8E. Windows color (decimal): -13906610 or 5164331. OLE color: 5164331.

HSL color Cylindrical-coordinate representation of color #2BCD4E: hue angle of 132.96º 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 #2BCD4E is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 205 78 -
CMYK 0.79 0 0.62 0.20
HSL 132.96º 0.65% 0.49% -
HSV(B) 132.96º 0.79% 0.8% -
XYZ 24.2 44.73 14.57 -
YUV 142.08 91.83 57.33 -
System Red Green Blue C M Y K H S L
Decimal 43 205 78 0.79 0 0.62 0.20 132.96 0.65 0.49
Hex 2B CD 4E 4F 0 3E 14 85 41 31
Octal 53 315 116 117 0 76 24 205 101 61
Binary 101011 11001101 1001110 1001111 0 111110 10100 10000101 1000001 110001

Color Harmonies of #2BCD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD4E

Black with #2BCD4E

Text Example


Text Example

White with #2BCD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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