Html Css Color HEX #2BF82D Lime Green

📋 copy color: '#2BF82D'

red 43 ◦ green 248 ◦ blue 45

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

Shades of Lime Green #2BF82D

Tints of Lime Green #2BF82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 12.8%
G = 73.81%
B = 13.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#2BF82D (or 0x2BF82D) is known color: Lime Green. HEX triplet: 2B, F8 and 2D. RGB value is (43,248,45). Sum of RGB (Red+Green+Blue) = 43+248+45=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 248 (97.27% from 255 or 73.81% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF82D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF82D is #D407D2. Grayscale: #A4A4A4. Windows color (decimal): -13895635 or 3012651. OLE color: 3012651.

HSL color Cylindrical-coordinate representation of color #2BF82D: hue angle of 120.59º 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 #2BF82D is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 43 248 45 -
CMYK 0.83 0 0.82 0.03
HSL 120.59º 0.94% 0.57% -
HSV(B) 120.59º 0.83% 0.97% -
XYZ 35.04 67.84 13.73 -
YUV 163.56 61.08 42.01 -
System Red Green Blue C M Y K H S L
Decimal 43 248 45 0.83 0 0.82 0.03 120.59 0.94 0.57
Hex 2B F8 2D 53 0 52 3 79 5E 39
Octal 53 370 55 123 0 122 3 171 136 71
Binary 101011 11111000 101101 1010011 0 1010010 11 1111001 1011110 111001

Color Harmonies of #2BF82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF82D

Black with #2BF82D

Text Example


Text Example

White with #2BF82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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