Html Css Color HEX #2BF038 Lime Green

📋 copy color: '#2BF038'

red 43 ◦ green 240 ◦ blue 56

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

Shades of Lime Green #2BF038

Tints of Lime Green #2BF038

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.8%

 BLUE value IS 56 (22.27% from 255) = 16.52%

R = 12.68%
G = 70.8%
B = 16.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#2BF038 (or 0x2BF038) is known color: Lime Green. HEX triplet: 2B, F0 and 38. RGB value is (43,240,56). Sum of RGB (Red+Green+Blue) = 43+240+56=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF038 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF038 is #D40FC7. Grayscale: #A0A0A0. Windows color (decimal): -13897672 or 3731499. OLE color: 3731499.

HSL color Cylindrical-coordinate representation of color #2BF038: hue angle of 123.96º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF038 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 240 56 -
CMYK 0.82 0 0.77 0.06
HSL 123.96º 0.87% 0.55% -
HSV(B) 123.96º 0.82% 0.94% -
XYZ 32.87 63.12 14.19 -
YUV 160.12 69.23 44.46 -
System Red Green Blue C M Y K H S L
Decimal 43 240 56 0.82 0 0.77 0.06 123.96 0.87 0.55
Hex 2B F0 38 52 0 4D 6 7C 57 37
Octal 53 360 70 122 0 115 6 174 127 67
Binary 101011 11110000 111000 1010010 0 1001101 110 1111100 1010111 110111

Color Harmonies of #2BF038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF038

Black with #2BF038

Text Example


Text Example

White with #2BF038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,240,56); }

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

background-color css

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

 a { background-color: rgb(43,240,56); }

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

border-color css

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

 span { border-color: rgb(43,240,56); }

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