Html Css Color HEX #2FF027 Lime Green

📋 copy color: '#2FF027'

red 47 ◦ green 240 ◦ blue 39

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

Shades of Lime Green #2FF027

Tints of Lime Green #2FF027

RGB

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

 GREEN value IS 240 (94.14% from 255) = 73.62%

 BLUE value IS 39 (15.63% from 255) = 11.96%

R = 14.42%
G = 73.62%
B = 11.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#2FF027 (or 0x2FF027) is known color: Lime Green. HEX triplet: 2F, F0 and 27. RGB value is (47,240,39). Sum of RGB (Red+Green+Blue) = 47+240+39=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 240 (94.14% from 255 or 73.62% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF027 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF027 is #D00FD8. Grayscale: #9F9F9F. Windows color (decimal): -13635545 or 2617391. OLE color: 2617391.

HSL color Cylindrical-coordinate representation of color #2FF027: hue angle of 117.61º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FF027 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 240 39 -
CMYK 0.80 0 0.84 0.06
HSL 117.61º 0.87% 0.55% -
HSV(B) 117.61º 0.84% 0.94% -
XYZ 32.7 63.07 12.37 -
YUV 159.38 60.06 47.84 -
System Red Green Blue C M Y K H S L
Decimal 47 240 39 0.80 0 0.84 0.06 117.61 0.87 0.55
Hex 2F F0 27 50 0 54 6 76 57 37
Octal 57 360 47 120 0 124 6 166 127 67
Binary 101111 11110000 100111 1010000 0 1010100 110 1110110 1010111 110111

Color Harmonies of #2FF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF027

Black with #2FF027

Text Example


Text Example

White with #2FF027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,240,39); }

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

background-color css

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

 a { background-color: rgb(47,240,39); }

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

border-color css

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

 span { border-color: rgb(47,240,39); }

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