Html Css Color HEX #2BBE4B Lime Green

📋 copy color: '#2BBE4B'

red 43 ◦ green 190 ◦ blue 75

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

Shades of Lime Green #2BBE4B

Tints of Lime Green #2BBE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.35%

R = 13.96%
G = 61.69%
B = 24.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#2BBE4B (or 0x2BBE4B) is known color: Lime Green. HEX triplet: 2B, BE and 4B. RGB value is (43,190,75). Sum of RGB (Red+Green+Blue) = 43+190+75=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE4B is #D441B4. Grayscale: #858585. Windows color (decimal): -13910453 or 4963883. OLE color: 4963883.

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

Color convert

RGB 43 190 75 -
CMYK 0.77 0 0.61 0.25
HSL 133.06º 0.63% 0.46% -
HSV(B) 133.06º 0.77% 0.75% -
XYZ 20.68 37.85 12.87 -
YUV 132.94 95.3 63.85 -
System Red Green Blue C M Y K H S L
Decimal 43 190 75 0.77 0 0.61 0.25 133.06 0.63 0.46
Hex 2B BE 4B 4D 0 3D 19 85 3F 2E
Octal 53 276 113 115 0 75 31 205 77 56
Binary 101011 10111110 1001011 1001101 0 111101 11001 10000101 111111 101110

Color Harmonies of #2BBE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE4B

Black with #2BBE4B

Text Example


Text Example

White with #2BBE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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