Html Css Color HEX #2FF34A Lime Green

📋 copy color: '#2FF34A'

red 47 ◦ green 243 ◦ blue 74

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

Shades of Lime Green #2FF34A

Tints of Lime Green #2FF34A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 66.76%

 BLUE value IS 74 (29.3% from 255) = 20.33%

R = 12.91%
G = 66.76%
B = 20.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#2FF34A (or 0x2FF34A) is known color: Lime Green. HEX triplet: 2F, F3 and 4A. RGB value is (47,243,74). Sum of RGB (Red+Green+Blue) = 47+243+74=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF34A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF34A is #D00CB5. Grayscale: #A5A5A5. Windows color (decimal): -13634742 or 4911919. OLE color: 4911919.

HSL color Cylindrical-coordinate representation of color #2FF34A: hue angle of 128.27º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF34A is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 243 74 -
CMYK 0.81 0 0.70 0.05
HSL 128.27º 0.89% 0.57% -
HSV(B) 128.27º 0.81% 0.95% -
XYZ 34.46 65.2 17.25 -
YUV 165.13 76.57 43.74 -
System Red Green Blue C M Y K H S L
Decimal 47 243 74 0.81 0 0.70 0.05 128.27 0.89 0.57
Hex 2F F3 4A 51 0 46 5 80 59 39
Octal 57 363 112 121 0 106 5 200 131 71
Binary 101111 11110011 1001010 1010001 0 1000110 101 10000000 1011001 111001

Color Harmonies of #2FF34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF34A

Black with #2FF34A

Text Example


Text Example

White with #2FF34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,243,74); }

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

background-color css

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

 a { background-color: rgb(47,243,74); }

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

border-color css

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

 span { border-color: rgb(47,243,74); }

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