Html Css Color HEX #2FE52A Lime Green

📋 copy color: '#2FE52A'

red 47 ◦ green 229 ◦ blue 42

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

Shades of Lime Green #2FE52A

Tints of Lime Green #2FE52A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 72.01%

 BLUE value IS 42 (16.8% from 255) = 13.21%

R = 14.78%
G = 72.01%
B = 13.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#2FE52A (or 0x2FE52A) is known color: Lime Green. HEX triplet: 2F, E5 and 2A. RGB value is (47,229,42). Sum of RGB (Red+Green+Blue) = 47+229+42=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 229 (89.84% from 255 or 72.01% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE52A is #D01AD5. Grayscale: #999999. Windows color (decimal): -13638358 or 2811183. OLE color: 2811183.

HSL color Cylindrical-coordinate representation of color #2FE52A: hue angle of 118.4º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FE52A is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 42 -
CMYK 0.79 0 0.82 0.10
HSL 118.4º 0.78% 0.53% -
HSV(B) 118.4º 0.82% 0.9% -
XYZ 29.61 56.81 11.6 -
YUV 153.26 65.2 52.21 -
System Red Green Blue C M Y K H S L
Decimal 47 229 42 0.79 0 0.82 0.10 118.4 0.78 0.53
Hex 2F E5 2A 4F 0 52 A 76 4E 35
Octal 57 345 52 117 0 122 12 166 116 65
Binary 101111 11100101 101010 1001111 0 1010010 1010 1110110 1001110 110101

Color Harmonies of #2FE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE52A

Black with #2FE52A

Text Example


Text Example

White with #2FE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,229,42); }

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

background-color css

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

 a { background-color: rgb(47,229,42); }

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

border-color css

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

 span { border-color: rgb(47,229,42); }

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