Html Css Color HEX #2FF034 Lime Green

📋 copy color: '#2FF034'

red 47 ◦ green 240 ◦ blue 52

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

Shades of Lime Green #2FF034

Tints of Lime Green #2FF034

RGB

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

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

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

R = 13.86%
G = 70.8%
B = 15.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#2FF034 (or 0x2FF034) is known color: Lime Green. HEX triplet: 2F, F0 and 34. RGB value is (47,240,52). Sum of RGB (Red+Green+Blue) = 47+240+52=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF034 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF034 is #D00FCB. Grayscale: #A1A1A1. Windows color (decimal): -13635532 or 3469359. OLE color: 3469359.

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

Color convert

RGB 47 240 52 -
CMYK 0.80 0 0.78 0.06
HSL 121.55º 0.87% 0.56% -
HSV(B) 121.55º 0.8% 0.94% -
XYZ 32.95 63.17 13.71 -
YUV 160.86 66.56 46.79 -
System Red Green Blue C M Y K H S L
Decimal 47 240 52 0.80 0 0.78 0.06 121.55 0.87 0.56
Hex 2F F0 34 50 0 4E 6 7A 57 38
Octal 57 360 64 120 0 116 6 172 127 70
Binary 101111 11110000 110100 1010000 0 1001110 110 1111010 1010111 111000

Color Harmonies of #2FF034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF034

Black with #2FF034

Text Example


Text Example

White with #2FF034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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