Html Css Color HEX #2BF144 Lime Green

📋 copy color: '#2BF144'

red 43 ◦ green 241 ◦ blue 68

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

Shades of Lime Green #2BF144

Tints of Lime Green #2BF144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 12.22%
G = 68.47%
B = 19.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#2BF144 (or 0x2BF144) is known color: Lime Green. HEX triplet: 2B, F1 and 44. RGB value is (43,241,68). Sum of RGB (Red+Green+Blue) = 43+241+68=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 241 (94.53% from 255 or 68.47% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 241 - color contains mainly: green. Hex color #2BF144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF144 is #D40EBB. Grayscale: #A2A2A2. Windows color (decimal): -13897404 or 4518187. OLE color: 4518187.

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

Color convert

RGB 43 241 68 -
CMYK 0.82 0 0.72 0.05
HSL 127.58º 0.88% 0.56% -
HSV(B) 127.58º 0.82% 0.95% -
XYZ 33.49 63.84 16.03 -
YUV 162.08 74.9 43.07 -
System Red Green Blue C M Y K H S L
Decimal 43 241 68 0.82 0 0.72 0.05 127.58 0.88 0.56
Hex 2B F1 44 52 0 48 5 80 58 38
Octal 53 361 104 122 0 110 5 200 130 70
Binary 101011 11110001 1000100 1010010 0 1001000 101 10000000 1011000 111000

Color Harmonies of #2BF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF144

Black with #2BF144

Text Example


Text Example

White with #2BF144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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