Html Css Color HEX #2BBE3B Lime Green

📋 copy color: '#2BBE3B'

red 43 ◦ green 190 ◦ blue 59

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

Shades of Lime Green #2BBE3B

Tints of Lime Green #2BBE3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 14.73%
G = 65.07%
B = 20.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#2BBE3B (or 0x2BBE3B) is known color: Lime Green. HEX triplet: 2B, BE and 3B. RGB value is (43,190,59). Sum of RGB (Red+Green+Blue) = 43+190+59=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE3B is #D441C4. Grayscale: #838383. Windows color (decimal): -13910469 or 3915307. OLE color: 3915307.

HSL color Cylindrical-coordinate representation of color #2BBE3B: hue angle of 126.53º 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 #2BBE3B is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 190 59 -
CMYK 0.77 0 0.69 0.25
HSL 126.53º 0.63% 0.46% -
HSV(B) 126.53º 0.77% 0.75% -
XYZ 20.2 37.66 10.34 -
YUV 131.11 87.3 65.15 -
System Red Green Blue C M Y K H S L
Decimal 43 190 59 0.77 0 0.69 0.25 126.53 0.63 0.46
Hex 2B BE 3B 4D 0 45 19 7F 3F 2E
Octal 53 276 73 115 0 105 31 177 77 56
Binary 101011 10111110 111011 1001101 0 1000101 11001 1111111 111111 101110

Color Harmonies of #2BBE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE3B

Black with #2BBE3B

Text Example


Text Example

White with #2BBE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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