Html Css Color HEX #2BF128 Lime Green

📋 copy color: '#2BF128'

red 43 ◦ green 241 ◦ blue 40

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

Shades of Lime Green #2BF128

Tints of Lime Green #2BF128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 74.38%

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 13.27%
G = 74.38%
B = 12.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#2BF128 (or 0x2BF128) is known color: Lime Green. HEX triplet: 2B, F1 and 28. RGB value is (43,241,40). Sum of RGB (Red+Green+Blue) = 43+241+40=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #2BF128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF128 is #D40ED7. Grayscale: #9F9F9F. Windows color (decimal): -13897432 or 2683179. OLE color: 2683179.

HSL color Cylindrical-coordinate representation of color #2BF128: hue angle of 119.1º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF128 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 43 241 40 -
CMYK 0.82 0 0.83 0.05
HSL 119.1º 0.88% 0.55% -
HSV(B) 119.1º 0.83% 0.95% -
XYZ 32.83 63.58 12.55 -
YUV 158.88 60.9 45.34 -
System Red Green Blue C M Y K H S L
Decimal 43 241 40 0.82 0 0.83 0.05 119.1 0.88 0.55
Hex 2B F1 28 52 0 53 5 77 58 37
Octal 53 361 50 122 0 123 5 167 130 67
Binary 101011 11110001 101000 1010010 0 1010011 101 1110111 1011000 110111

Color Harmonies of #2BF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF128

Black with #2BF128

Text Example


Text Example

White with #2BF128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,241,40); }

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

background-color css

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

 a { background-color: rgb(43,241,40); }

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

border-color css

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

 span { border-color: rgb(43,241,40); }

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