Html Css Color HEX #2BF845 Lime Green

📋 copy color: '#2BF845'

red 43 ◦ green 248 ◦ blue 69

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

Shades of Lime Green #2BF845

Tints of Lime Green #2BF845

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.89%

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 11.94%
G = 68.89%
B = 19.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#2BF845 (or 0x2BF845) is known color: Lime Green. HEX triplet: 2B, F8 and 45. RGB value is (43,248,69). Sum of RGB (Red+Green+Blue) = 43+248+69=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF845 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF845 is #D407BA. Grayscale: #A6A6A6. Windows color (decimal): -13895611 or 4585515. OLE color: 4585515.

HSL color Cylindrical-coordinate representation of color #2BF845: hue angle of 127.61º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF845 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 43 248 69 -
CMYK 0.83 0 0.72 0.03
HSL 127.61º 0.94% 0.57% -
HSV(B) 127.61º 0.83% 0.97% -
XYZ 35.64 68.08 16.89 -
YUV 166.3 73.08 40.05 -
System Red Green Blue C M Y K H S L
Decimal 43 248 69 0.83 0 0.72 0.03 127.61 0.94 0.57
Hex 2B F8 45 53 0 48 3 80 5E 39
Octal 53 370 105 123 0 110 3 200 136 71
Binary 101011 11111000 1000101 1010011 0 1001000 11 10000000 1011110 111001

Color Harmonies of #2BF845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF845

Black with #2BF845

Text Example


Text Example

White with #2BF845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,248,69); }

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

background-color css

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

 a { background-color: rgb(43,248,69); }

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

border-color css

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

 span { border-color: rgb(43,248,69); }

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