Html Css Color HEX #2BBE2C Lime Green

📋 copy color: '#2BBE2C'

red 43 ◦ green 190 ◦ blue 44

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

Shades of Lime Green #2BBE2C

Tints of Lime Green #2BBE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 15.52%
G = 68.59%
B = 15.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#2BBE2C (or 0x2BBE2C) is known color: Lime Green. HEX triplet: 2B, BE and 2C. RGB value is (43,190,44). Sum of RGB (Red+Green+Blue) = 43+190+44=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 190 (74.61% from 255 or 68.59% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE2C is #D441D3. Grayscale: #818181. Windows color (decimal): -13910484 or 2932267. OLE color: 2932267.

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

Color convert

RGB 43 190 44 -
CMYK 0.77 0 0.77 0.25
HSL 120.41º 0.63% 0.46% -
HSV(B) 120.41º 0.77% 0.75% -
XYZ 19.86 37.52 8.58 -
YUV 129.4 79.8 66.37 -
System Red Green Blue C M Y K H S L
Decimal 43 190 44 0.77 0 0.77 0.25 120.41 0.63 0.46
Hex 2B BE 2C 4D 0 4D 19 78 3F 2E
Octal 53 276 54 115 0 115 31 170 77 56
Binary 101011 10111110 101100 1001101 0 1001101 11001 1111000 111111 101110

Color Harmonies of #2BBE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE2C

Black with #2BBE2C

Text Example


Text Example

White with #2BBE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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