Html Css Color HEX #2FE62A Lime Green

📋 copy color: '#2FE62A'

red 47 ◦ green 230 ◦ blue 42

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

Shades of Lime Green #2FE62A

Tints of Lime Green #2FE62A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 72.1%

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

R = 14.73%
G = 72.1%
B = 13.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#2FE62A (or 0x2FE62A) is known color: Lime Green. HEX triplet: 2F, E6 and 2A. RGB value is (47,230,42). Sum of RGB (Red+Green+Blue) = 47+230+42=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 230 (90.23% from 255 or 72.10% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE62A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE62A is #D019D5. Grayscale: #9A9A9A. Windows color (decimal): -13638102 or 2811439. OLE color: 2811439.

HSL color Cylindrical-coordinate representation of color #2FE62A: hue angle of 118.4º degrees, saturation: 0.79, 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 #2FE62A is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 230 42 -
CMYK 0.80 0 0.82 0.10
HSL 118.4º 0.79% 0.53% -
HSV(B) 118.4º 0.82% 0.9% -
XYZ 29.89 57.37 11.69 -
YUV 153.85 64.87 51.79 -
System Red Green Blue C M Y K H S L
Decimal 47 230 42 0.80 0 0.82 0.10 118.4 0.79 0.53
Hex 2F E6 2A 50 0 52 A 76 4F 35
Octal 57 346 52 120 0 122 12 166 117 65
Binary 101111 11100110 101010 1010000 0 1010010 1010 1110110 1001111 110101

Color Harmonies of #2FE62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE62A

Black with #2FE62A

Text Example


Text Example

White with #2FE62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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