Html Css Color HEX #2FF132 Lime Green

📋 copy color: '#2FF132'

red 47 ◦ green 241 ◦ blue 50

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

Shades of Lime Green #2FF132

Tints of Lime Green #2FF132

RGB

 RED value IS 47 (18.75% from 255) = 13.91%

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

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 13.91%
G = 71.3%
B = 14.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#2FF132 (or 0x2FF132) is known color: Lime Green. HEX triplet: 2F, F1 and 32. RGB value is (47,241,50). Sum of RGB (Red+Green+Blue) = 47+241+50=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF132 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF132 is #D00ECD. Grayscale: #A1A1A1. Windows color (decimal): -13635278 or 3338543. OLE color: 3338543.

HSL color Cylindrical-coordinate representation of color #2FF132: hue angle of 120.93º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF132 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 50 -
CMYK 0.80 0 0.79 0.05
HSL 120.93º 0.87% 0.56% -
HSV(B) 120.93º 0.8% 0.95% -
XYZ 33.2 63.75 13.57 -
YUV 161.22 65.23 46.53 -
System Red Green Blue C M Y K H S L
Decimal 47 241 50 0.80 0 0.79 0.05 120.93 0.87 0.56
Hex 2F F1 32 50 0 4F 5 79 57 38
Octal 57 361 62 120 0 117 5 171 127 70
Binary 101111 11110001 110010 1010000 0 1001111 101 1111001 1010111 111000

Color Harmonies of #2FF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF132

Black with #2FF132

Text Example


Text Example

White with #2FF132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,241,50); }

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

background-color css

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

 a { background-color: rgb(47,241,50); }

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

border-color css

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

 span { border-color: rgb(47,241,50); }

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