Html Css Color HEX #2BF134 Lime Green

📋 copy color: '#2BF134'

red 43 ◦ green 241 ◦ blue 52

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

Shades of Lime Green #2BF134

Tints of Lime Green #2BF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.48%

R = 12.8%
G = 71.73%
B = 15.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#2BF134 (or 0x2BF134) is known color: Lime Green. HEX triplet: 2B, F1 and 34. RGB value is (43,241,52). Sum of RGB (Red+Green+Blue) = 43+241+52=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #2BF134 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF134 is #D40ECB. Grayscale: #A0A0A0. Windows color (decimal): -13897420 or 3469611. OLE color: 3469611.

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

Color convert

RGB 43 241 52 -
CMYK 0.82 0 0.78 0.05
HSL 122.73º 0.88% 0.56% -
HSV(B) 122.73º 0.82% 0.95% -
XYZ 33.07 63.67 13.8 -
YUV 160.25 66.9 44.37 -
System Red Green Blue C M Y K H S L
Decimal 43 241 52 0.82 0 0.78 0.05 122.73 0.88 0.56
Hex 2B F1 34 52 0 4E 5 7B 58 38
Octal 53 361 64 122 0 116 5 173 130 70
Binary 101011 11110001 110100 1010010 0 1001110 101 1111011 1011000 111000

Color Harmonies of #2BF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF134

Black with #2BF134

Text Example


Text Example

White with #2BF134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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