Html Css Color HEX #2FE73A Lime Green

📋 copy color: '#2FE73A'

red 47 ◦ green 231 ◦ blue 58

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

Shades of Lime Green #2FE73A

Tints of Lime Green #2FE73A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 68.75%

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 13.99%
G = 68.75%
B = 17.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#2FE73A (or 0x2FE73A) is known color: Lime Green. HEX triplet: 2F, E7 and 3A. RGB value is (47,231,58). Sum of RGB (Red+Green+Blue) = 47+231+58=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 231 (90.62% from 255 or 68.75% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE73A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE73A is #D018C5. Grayscale: #9C9C9C. Windows color (decimal): -13637830 or 3860271. OLE color: 3860271.

HSL color Cylindrical-coordinate representation of color #2FE73A: hue angle of 123.59º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE73A is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 231 58 -
CMYK 0.80 0 0.75 0.09
HSL 123.59º 0.79% 0.55% -
HSV(B) 123.59º 0.8% 0.91% -
XYZ 30.51 58.06 13.6 -
YUV 156.26 72.54 50.07 -
System Red Green Blue C M Y K H S L
Decimal 47 231 58 0.80 0 0.75 0.09 123.59 0.79 0.55
Hex 2F E7 3A 50 0 4B 9 7C 4F 37
Octal 57 347 72 120 0 113 11 174 117 67
Binary 101111 11100111 111010 1010000 0 1001011 1001 1111100 1001111 110111

Color Harmonies of #2FE73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE73A

Black with #2FE73A

Text Example


Text Example

White with #2FE73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,231,58); }

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

background-color css

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

 a { background-color: rgb(47,231,58); }

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

border-color css

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

 span { border-color: rgb(47,231,58); }

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