Html Css Color HEX #2FC04A Lime Green

📋 copy color: '#2FC04A'

red 47 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #2FC04A

Tints of Lime Green #2FC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.34%

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

R = 15.02%
G = 61.34%
B = 23.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#2FC04A (or 0x2FC04A) is known color: Lime Green. HEX triplet: 2F, C0 and 4A. RGB value is (47,192,74). Sum of RGB (Red+Green+Blue) = 47+192+74=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC04A is #D03FB5. Grayscale: #878787. Windows color (decimal): -13647798 or 4898863. OLE color: 4898863.

HSL color Cylindrical-coordinate representation of color #2FC04A: hue angle of 131.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC04A is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 192 74 -
CMYK 0.76 0 0.61 0.25
HSL 131.17º 0.61% 0.47% -
HSV(B) 131.17º 0.76% 0.75% -
XYZ 21.26 38.8 12.85 -
YUV 135.19 93.46 65.09 -
System Red Green Blue C M Y K H S L
Decimal 47 192 74 0.76 0 0.61 0.25 131.17 0.61 0.47
Hex 2F C0 4A 4C 0 3D 19 83 3D 2F
Octal 57 300 112 114 0 75 31 203 75 57
Binary 101111 11000000 1001010 1001100 0 111101 11001 10000011 111101 101111

Color Harmonies of #2FC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC04A

Black with #2FC04A

Text Example


Text Example

White with #2FC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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