Html Css Color HEX #2BC731 Lime Green

📋 copy color: '#2BC731'

red 43 ◦ green 199 ◦ blue 49

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

Shades of Lime Green #2BC731

Tints of Lime Green #2BC731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 68.38%

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 14.78%
G = 68.38%
B = 16.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#2BC731 (or 0x2BC731) is known color: Lime Green. HEX triplet: 2B, C7 and 31. RGB value is (43,199,49). Sum of RGB (Red+Green+Blue) = 43+199+49=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 199 (78.12% from 255 or 68.38% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC731 is #D438CE. Grayscale: #878787. Windows color (decimal): -13908175 or 3262251. OLE color: 3262251.

HSL color Cylindrical-coordinate representation of color #2BC731: hue angle of 122.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC731 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 199 49 -
CMYK 0.78 0 0.75 0.22
HSL 122.31º 0.64% 0.47% -
HSV(B) 122.31º 0.78% 0.78% -
XYZ 21.97 41.58 9.77 -
YUV 135.26 79.32 62.2 -
System Red Green Blue C M Y K H S L
Decimal 43 199 49 0.78 0 0.75 0.22 122.31 0.64 0.47
Hex 2B C7 31 4E 0 4B 16 7A 40 2F
Octal 53 307 61 116 0 113 26 172 100 57
Binary 101011 11000111 110001 1001110 0 1001011 10110 1111010 1000000 101111

Color Harmonies of #2BC731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC731

Black with #2BC731

Text Example


Text Example

White with #2BC731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,199,49); }

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

background-color css

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

 a { background-color: rgb(43,199,49); }

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

border-color css

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

 span { border-color: rgb(43,199,49); }

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