Html Css Color HEX #2BFA30 Lime Green

📋 copy color: '#2BFA30'

red 43 ◦ green 250 ◦ blue 48

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

Shades of Lime Green #2BFA30

Tints of Lime Green #2BFA30

RGB

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

 GREEN value IS 250 (98.05% from 255) = 73.31%

 BLUE value IS 48 (19.14% from 255) = 14.08%

R = 12.61%
G = 73.31%
B = 14.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#2BFA30 (or 0x2BFA30) is known color: Lime Green. HEX triplet: 2B, FA and 30. RGB value is (43,250,48). Sum of RGB (Red+Green+Blue) = 43+250+48=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 250 (98.05% from 255 or 73.31% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA30 is #D405CF. Grayscale: #A5A5A5. Windows color (decimal): -13895120 or 3209771. OLE color: 3209771.

HSL color Cylindrical-coordinate representation of color #2BFA30: hue angle of 121.45º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA30 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 250 48 -
CMYK 0.83 0 0.81 0.02
HSL 121.45º 0.95% 0.57% -
HSV(B) 121.45º 0.83% 0.98% -
XYZ 35.72 69.1 14.25 -
YUV 165.08 61.92 40.93 -
System Red Green Blue C M Y K H S L
Decimal 43 250 48 0.83 0 0.81 0.02 121.45 0.95 0.57
Hex 2B FA 30 53 0 51 2 79 5F 39
Octal 53 372 60 123 0 121 2 171 137 71
Binary 101011 11111010 110000 1010011 0 1010001 10 1111001 1011111 111001

Color Harmonies of #2BFA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA30

Black with #2BFA30

Text Example


Text Example

White with #2BFA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,250,48); }

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

background-color css

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

 a { background-color: rgb(43,250,48); }

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

border-color css

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

 span { border-color: rgb(43,250,48); }

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