Html Css Color HEX #2FF128 Lime Green

📋 copy color: '#2FF128'

red 47 ◦ green 241 ◦ blue 40

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

Shades of Lime Green #2FF128

Tints of Lime Green #2FF128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 14.33%
G = 73.48%
B = 12.2%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#2FF128 (or 0x2FF128) is known color: Lime Green. HEX triplet: 2F, F1 and 28. RGB value is (47,241,40). Sum of RGB (Red+Green+Blue) = 47+241+40=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF128 is #D00ED7. Grayscale: #A0A0A0. Windows color (decimal): -13635288 or 2683183. OLE color: 2683183.

HSL color Cylindrical-coordinate representation of color #2FF128: hue angle of 117.91º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FF128 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 40 -
CMYK 0.80 0 0.83 0.05
HSL 117.91º 0.88% 0.55% -
HSV(B) 117.91º 0.83% 0.95% -
XYZ 33.01 63.67 12.56 -
YUV 160.08 60.23 47.34 -
System Red Green Blue C M Y K H S L
Decimal 47 241 40 0.80 0 0.83 0.05 117.91 0.88 0.55
Hex 2F F1 28 50 0 53 5 76 58 37
Octal 57 361 50 120 0 123 5 166 130 67
Binary 101111 11110001 101000 1010000 0 1010011 101 1110110 1011000 110111

Color Harmonies of #2FF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF128

Black with #2FF128

Text Example


Text Example

White with #2FF128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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