Html Css Color HEX #2BFA35 Lime Green

📋 copy color: '#2BFA35'

red 43 ◦ green 250 ◦ blue 53

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

Shades of Lime Green #2BFA35

Tints of Lime Green #2BFA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.32%

R = 12.43%
G = 72.25%
B = 15.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#2BFA35 (or 0x2BFA35) is known color: Lime Green. HEX triplet: 2B, FA and 35. RGB value is (43,250,53). Sum of RGB (Red+Green+Blue) = 43+250+53=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA35 is #D405CA. Grayscale: #A6A6A6. Windows color (decimal): -13895115 or 3537451. OLE color: 3537451.

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

Color convert

RGB 43 250 53 -
CMYK 0.83 0 0.79 0.02
HSL 122.9º 0.95% 0.57% -
HSV(B) 122.9º 0.83% 0.98% -
XYZ 35.82 69.14 14.83 -
YUV 165.65 64.42 40.52 -
System Red Green Blue C M Y K H S L
Decimal 43 250 53 0.83 0 0.79 0.02 122.9 0.95 0.57
Hex 2B FA 35 53 0 4F 2 7B 5F 39
Octal 53 372 65 123 0 117 2 173 137 71
Binary 101011 11111010 110101 1010011 0 1001111 10 1111011 1011111 111001

Color Harmonies of #2BFA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA35

Black with #2BFA35

Text Example


Text Example

White with #2BFA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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