Html Css Color HEX #2BBD3E Lime Green

📋 copy color: '#2BBD3E'

red 43 ◦ green 189 ◦ blue 62

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

Shades of Lime Green #2BBD3E

Tints of Lime Green #2BBD3E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 64.29%

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 14.63%
G = 64.29%
B = 21.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#2BBD3E (or 0x2BBD3E) is known color: Lime Green. HEX triplet: 2B, BD and 3E. RGB value is (43,189,62). Sum of RGB (Red+Green+Blue) = 43+189+62=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBD3E is #D442C1. Grayscale: #838383. Windows color (decimal): -13910722 or 4111659. OLE color: 4111659.

HSL color Cylindrical-coordinate representation of color #2BBD3E: hue angle of 127.81º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBD3E is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 189 62 -
CMYK 0.77 0 0.67 0.26
HSL 127.81º 0.63% 0.45% -
HSV(B) 127.81º 0.77% 0.74% -
XYZ 20.06 37.26 10.69 -
YUV 130.87 89.13 65.33 -
System Red Green Blue C M Y K H S L
Decimal 43 189 62 0.77 0 0.67 0.26 127.81 0.63 0.45
Hex 2B BD 3E 4D 0 43 1A 80 3F 2D
Octal 53 275 76 115 0 103 32 200 77 55
Binary 101011 10111101 111110 1001101 0 1000011 11010 10000000 111111 101101

Color Harmonies of #2BBD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBD3E

Black with #2BBD3E

Text Example


Text Example

White with #2BBD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,189,62); }

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

background-color css

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

 a { background-color: rgb(43,189,62); }

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

border-color css

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

 span { border-color: rgb(43,189,62); }

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