Html Css Color HEX #2BBE2D Lime Green

📋 copy color: '#2BBE2D'

red 43 ◦ green 190 ◦ blue 45

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

Shades of Lime Green #2BBE2D

Tints of Lime Green #2BBE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 15.47%
G = 68.35%
B = 16.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#2BBE2D (or 0x2BBE2D) is known color: Lime Green. HEX triplet: 2B, BE and 2D. RGB value is (43,190,45). Sum of RGB (Red+Green+Blue) = 43+190+45=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 190 (74.61% from 255 or 68.35% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE2D is #D441D2. Grayscale: #818181. Windows color (decimal): -13910483 or 2997803. OLE color: 2997803.

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

Color convert

RGB 43 190 45 -
CMYK 0.77 0 0.76 0.25
HSL 120.82º 0.63% 0.46% -
HSV(B) 120.82º 0.77% 0.75% -
XYZ 19.88 37.53 8.68 -
YUV 129.52 80.3 66.29 -
System Red Green Blue C M Y K H S L
Decimal 43 190 45 0.77 0 0.76 0.25 120.82 0.63 0.46
Hex 2B BE 2D 4D 0 4C 19 79 3F 2E
Octal 53 276 55 115 0 114 31 171 77 56
Binary 101011 10111110 101101 1001101 0 1001100 11001 1111001 111111 101110

Color Harmonies of #2BBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE2D

Black with #2BBE2D

Text Example


Text Example

White with #2BBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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