Html Css Color HEX #2BBE4E Lime Green

📋 copy color: '#2BBE4E'

red 43 ◦ green 190 ◦ blue 78

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

Shades of Lime Green #2BBE4E

Tints of Lime Green #2BBE4E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 61.09%

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

R = 13.83%
G = 61.09%
B = 25.08%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#2BBE4E (or 0x2BBE4E) is known color: Lime Green. HEX triplet: 2B, BE and 4E. RGB value is (43,190,78). Sum of RGB (Red+Green+Blue) = 43+190+78=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBE4E is #D441B1. Grayscale: #858585. Windows color (decimal): -13910450 or 5160491. OLE color: 5160491.

HSL color Cylindrical-coordinate representation of color #2BBE4E: hue angle of 134.29º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE4E is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 190 78 -
CMYK 0.77 0 0.59 0.25
HSL 134.29º 0.63% 0.46% -
HSV(B) 134.29º 0.77% 0.75% -
XYZ 20.78 37.89 13.43 -
YUV 133.28 96.8 63.61 -
System Red Green Blue C M Y K H S L
Decimal 43 190 78 0.77 0 0.59 0.25 134.29 0.63 0.46
Hex 2B BE 4E 4D 0 3B 19 86 3F 2E
Octal 53 276 116 115 0 73 31 206 77 56
Binary 101011 10111110 1001110 1001101 0 111011 11001 10000110 111111 101110

Color Harmonies of #2BBE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE4E

Black with #2BBE4E

Text Example


Text Example

White with #2BBE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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