Html Css Color HEX #2FBE3E Lime Green

📋 copy color: '#2FBE3E'

red 47 ◦ green 190 ◦ blue 62

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

Shades of Lime Green #2FBE3E

Tints of Lime Green #2FBE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 15.72%
G = 63.55%
B = 20.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#2FBE3E (or 0x2FBE3E) is known color: Lime Green. HEX triplet: 2F, BE and 3E. RGB value is (47,190,62). Sum of RGB (Red+Green+Blue) = 47+190+62=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 190 (74.61% from 255 or 63.55% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE3E is #D041C1. Grayscale: #858585. Windows color (decimal): -13648322 or 4111919. OLE color: 4111919.

HSL color Cylindrical-coordinate representation of color #2FBE3E: hue angle of 126.29º 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 #2FBE3E is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 190 62 -
CMYK 0.75 0 0.67 0.25
HSL 126.29º 0.6% 0.46% -
HSV(B) 126.29º 0.75% 0.75% -
XYZ 20.46 37.78 10.77 -
YUV 132.65 88.12 66.91 -
System Red Green Blue C M Y K H S L
Decimal 47 190 62 0.75 0 0.67 0.25 126.29 0.6 0.46
Hex 2F BE 3E 4B 0 43 19 7E 3C 2E
Octal 57 276 76 113 0 103 31 176 74 56
Binary 101111 10111110 111110 1001011 0 1000011 11001 1111110 111100 101110

Color Harmonies of #2FBE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBE3E

Black with #2FBE3E

Text Example


Text Example

White with #2FBE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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