Html Css Color HEX #2BC54F Lime Green

📋 copy color: '#2BC54F'

red 43 ◦ green 197 ◦ blue 79

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

Shades of Lime Green #2BC54F

Tints of Lime Green #2BC54F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.76%

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 13.48%
G = 61.76%
B = 24.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#2BC54F (or 0x2BC54F) is known color: Lime Green. HEX triplet: 2B, C5 and 4F. RGB value is (43,197,79). Sum of RGB (Red+Green+Blue) = 43+197+79=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 197 (77.34% from 255 or 61.76% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC54F is #D43AB0. Grayscale: #898989. Windows color (decimal): -13908657 or 5227819. OLE color: 5227819.

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

Color convert

RGB 43 197 79 -
CMYK 0.78 0 0.60 0.23
HSL 134.03º 0.64% 0.47% -
HSV(B) 134.03º 0.78% 0.77% -
XYZ 22.37 41.01 14.13 -
YUV 137.5 94.98 60.59 -
System Red Green Blue C M Y K H S L
Decimal 43 197 79 0.78 0 0.60 0.23 134.03 0.64 0.47
Hex 2B C5 4F 4E 0 3C 17 86 40 2F
Octal 53 305 117 116 0 74 27 206 100 57
Binary 101011 11000101 1001111 1001110 0 111100 10111 10000110 1000000 101111

Color Harmonies of #2BC54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC54F

Black with #2BC54F

Text Example


Text Example

White with #2BC54F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,197,79); }

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

background-color css

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

 a { background-color: rgb(43,197,79); }

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

border-color css

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

 span { border-color: rgb(43,197,79); }

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