Html Css Color HEX #2FBE1E Lime Green

📋 copy color: '#2FBE1E'

red 47 ◦ green 190 ◦ blue 30

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

Shades of Lime Green #2FBE1E

Tints of Lime Green #2FBE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 17.6%
G = 71.16%
B = 11.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#2FBE1E (or 0x2FBE1E) is known color: Lime Green. HEX triplet: 2F, BE and 1E. RGB value is (47,190,30). Sum of RGB (Red+Green+Blue) = 47+190+30=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 190 (74.61% from 255 or 71.16% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE1E is #D041E1. Grayscale: #818181. Windows color (decimal): -13648354 or 2014767. OLE color: 2014767.

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

Color convert

RGB 47 190 30 -
CMYK 0.75 0 0.84 0.25
HSL 113.63º 0.73% 0.43% -
HSV(B) 113.63º 0.84% 0.75% -
XYZ 19.82 37.52 7.43 -
YUV 129 72.12 69.51 -
System Red Green Blue C M Y K H S L
Decimal 47 190 30 0.75 0 0.84 0.25 113.63 0.73 0.43
Hex 2F BE 1E 4B 0 54 19 72 49 2B
Octal 57 276 36 113 0 124 31 162 111 53
Binary 101111 10111110 11110 1001011 0 1010100 11001 1110010 1001001 101011

Color Harmonies of #2FBE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBE1E

Black with #2FBE1E

Text Example


Text Example

White with #2FBE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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