Html Css Color HEX #2FE53E Lime Green

📋 copy color: '#2FE53E'

red 47 ◦ green 229 ◦ blue 62

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

Shades of Lime Green #2FE53E

Tints of Lime Green #2FE53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.34%

R = 13.91%
G = 67.75%
B = 18.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#2FE53E (or 0x2FE53E) is known color: Lime Green. HEX triplet: 2F, E5 and 3E. RGB value is (47,229,62). Sum of RGB (Red+Green+Blue) = 47+229+62=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 229 (89.84% from 255 or 67.75% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE53E is #D01AC1. Grayscale: #9C9C9C. Windows color (decimal): -13638338 or 4121903. OLE color: 4121903.

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

Color convert

RGB 47 229 62 -
CMYK 0.79 0 0.73 0.10
HSL 124.95º 0.78% 0.54% -
HSV(B) 124.95º 0.79% 0.9% -
XYZ 30.06 56.99 13.97 -
YUV 155.54 75.2 50.58 -
System Red Green Blue C M Y K H S L
Decimal 47 229 62 0.79 0 0.73 0.10 124.95 0.78 0.54
Hex 2F E5 3E 4F 0 49 A 7D 4E 36
Octal 57 345 76 117 0 111 12 175 116 66
Binary 101111 11100101 111110 1001111 0 1001001 1010 1111101 1001110 110110

Color Harmonies of #2FE53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE53E

Black with #2FE53E

Text Example


Text Example

White with #2FE53E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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