Html Css Color HEX #2FBE4C Lime Green

📋 copy color: '#2FBE4C'

red 47 ◦ green 190 ◦ blue 76

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

Shades of Lime Green #2FBE4C

Tints of Lime Green #2FBE4C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.7%

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 15.02%
G = 60.7%
B = 24.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#2FBE4C (or 0x2FBE4C) is known color: Lime Green. HEX triplet: 2F, BE and 4C. RGB value is (47,190,76). Sum of RGB (Red+Green+Blue) = 47+190+76=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE4C is #D041B3. Grayscale: #868686. Windows color (decimal): -13648308 or 5029423. OLE color: 5029423.

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

Color convert

RGB 47 190 76 -
CMYK 0.75 0 0.60 0.25
HSL 132.17º 0.6% 0.46% -
HSV(B) 132.17º 0.75% 0.75% -
XYZ 20.89 37.95 13.06 -
YUV 134.25 95.12 65.77 -
System Red Green Blue C M Y K H S L
Decimal 47 190 76 0.75 0 0.60 0.25 132.17 0.6 0.46
Hex 2F BE 4C 4B 0 3C 19 84 3C 2E
Octal 57 276 114 113 0 74 31 204 74 56
Binary 101111 10111110 1001100 1001011 0 111100 11001 10000100 111100 101110

Color Harmonies of #2FBE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBE4C

Black with #2FBE4C

Text Example


Text Example

White with #2FBE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,190,76); }

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

background-color css

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

 a { background-color: rgb(47,190,76); }

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

border-color css

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

 span { border-color: rgb(47,190,76); }

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